Search results

  1. A

    Php form wont email

    There is no error message.
  2. A

    Php form wont email

    <?php if(isset($_POST['email'])) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = 'webmaster@ammoknig.x10.mx'; $email_subject = "Robotics Form Test"; function died($error) { die(); } // validation expected data exists...
  3. A

    Php form wont email

    Please help!!!! I need to set up this form for email. New to php. <?php if(isset($_POST['email'])) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = "****@***.com"; $email_subject = "Test"; function died($error) { die(); } // validation...
Top