Search results

  1. 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