This screencast was created in response to a request from one of our Pinehead.tv viewers, and shows you how to create an extremely simple form that is driven by Ajax and PHP. We create an email and name field and pass the values of those inputs into a PHP file when a certain div tag is clicked. By using Ajax we are able to submit the form and send an email without the end user ever having to reload a webpage.
Related posts:












Great site especially for people that suck at coding (like me
).
I’d like to ask where exactly do you put the gmail address you mention in your tutorial that receives the mail form data.
Thanks!
It will be in the mail() tag.. http://us3.php.net/manual/en/book.mail.php
Port error: Could not establish connection. Receiving end does not exist.
chromeHidden.Port.dispatchOnDisconnect
I am getting that error, unable to send an email with that code…