Okay - 1st off. I am a WYSIWYG Flash animator, Web Author, Photoshop Guy. I am totally unschooled in the practice of syntax programming. That being said, I have sucessfully programmed my HTML Form ( which contains Text Fields, Check Boxes, and Radio Buttons), and passed the inputted variables to my gdform4.php page using: echo $_POST["myvariable"]. This page has all needed posted data displayed and formatted nicely. No errors that I am aware of. Below all of the variables displayed, I have 2 graphics I am using. 1 graphic is a red thumbs down, that is a URL back to the order page. The green Thumbs up graphic is a URL to a grthankyou.php page.
How do I get all of the submitted variables from my HTML form that is now displyed on my gdform4.php to be e-mailed when I select the green thumbs up button and I am forwarded to my thank you page?
Since I am a total hack that is just now getting my feet wet, I would appreciate assistance in the simplest and quickest solution to my issue. I have been experimenting with arrays, but I'm just not ready.
Thank you to the mind that rescues mine! :)