hi all
im now to php, im trying to best this basic form to work.
when the user clicks submit it SHOULD send the form info to a e-mail address(my e-mail address)
But this comes up
Email: $emailField
Name: $nameField
Phone Number: $phoneField
Budget: $budgetField
Number of Travelers: $travelersField
Comments: $commentsField
Newsletter: $newsletterField
EOD; $headers = “From: $emailField\r\n”; $headers = “Content-type: text/html\r\n”; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<
Thank you for your interest! Your email will be answered very soon!
EOD; echo “$theResults”; ?>
Find a link below for the project file and php code. hope someone can help thanks