I am working on a form that works, but woudl liketo mail the variables to me.
I ahve read the mail ( ) portion of the PHP maual, and came up with some good ideas, but i'm still not quite there.
I am using:
mail("ralph@policing.net", "(subject)", $fName,$lName,$emailAddress);
and think(?) i can insert it in the formScript.php form where the form processes the variables for MySQL. But i get errors about the way mail is processing the data.
IS this a usable syntax for mailng me the variables?
Should it be placed in a different location of the form ....like the top or bottom of the form? or..??
suggestions?
thanks!
Ralph