Search results

  1. A

    e-mail form through php script

    Dear X10Hosting, I'm trying to e-mail a form through the following simple "send_form_email.php" script: <?php $to = "ajnv60@ekijsa.x10hosting.com"; $subject = "Contact Us"; $email = $_REQUEST['email'] ; $message = $_REQUEST['message'] ; $headers = "From: $email"; $sent =...
Top