How can I send an e-mail with php using information gotten by Javascript?

  • Thread starter Thread starter Kavrocks
  • Start date Start date
K

Kavrocks

Guest
I have used a couple of JavaScript and HTML Dom functions to grab some information for me and I have placed this information in a form, if somebody submits the form the email will be sent to me, I would also like a function that sends an e-mail to me 1 second after the page has loaded (so the javascript information is included in the e-mail as well as some php information). Could you tell me the simplest way to do this and where I can find a tutorial or example of this so I can learn how to do it for myself?

Thanks
 
Back
Top