Passing variables to PHP to do a sendmail
October 9, 2008 12:00 AM
After completion of a test we want to send the user name and score to another individual via email, using PHP sendmail. Does anyone know of an efficient way to pass those variables directly into a POST so we can grab them and populate our email body? Or is there another way, like passing them from JavaScript to PHP? The host we're using won't let us use Javascript to invoke the mail client to send the email.Thanks in advance for any help you can provide!Edited By: web_lady on 2008-10-9 9:8:3
Discussions have been disabled for this post