form inside of email

G

Guest

Guest
i used php to send out a html page that had a form embedded into it. when you click ont the submit bitton you should go to a page and the variables should be there but no variables showed up when you hit the submit button. is there a way to embed a form into a email and the variables to go to a page and be entered into a mySql db. :?:
 
I presume you're action page is a php page? If you want to get the variables use the $_GET or $_POST Super Global Arrays depending on whether you set your form method to be!
 
Back
Top