Server IP : 103.118.17.23 / Your IP : 216.73.216.32 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Contact Form</title> </head> <body> <form action="mail.php" method="post"> <label for="name">Your Name</label> <input type="text" name="name" placeholder="Your name.."> <label for="lname">Email</label> <input type="email" name="email" placeholder="Your email.."> <label for="message">Message</label> <textarea name="message" placeholder="Write something.." style="height:200px"></textarea> <input type="submit" value="Submit"> </form> </body> </html>