contact us page
For Me <?php /***************** PHP Code **********************/ require_once( 'config/bootstrap.php' ); if(isset( $_POST ) && ( $_REQUEST [ "mode" ]== 'send' )){ $name = strip ( $_POST [ 'txtname' ]); $email = strip ( $_POST [ 'txtemail' ]); $ph = strip ( $_POST [ 'txtphone' ]); $msg = strip ( $_POST [ 'txtcomment' ]); $headers = "From: " . $email . "\r\n" ; $headers .= 'MIME-Version: 1.0' . "\r\n" ; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n" ; $headers .= "\r\nX-Mailer: PHP/" . phpversion (); $subject = "contact us: nethomes.com" ; $message = "Name: " . $name . "<br> Phone No: " . $ph . "<br/>Em...