- Dec 17, 2000
- 246
- 0
- 0
I have a page that has variables listed on it already. And I want to have those values sent thru email to me.
Quick breakdown:
Page 1 -> User enters in various information [name, address, email, etc]. I have those values entered into text fields and have them passed to page 2 with names like $FNAME, $LNAME, $ADDRESS, etc. when the user hits submit.
Page 2 -> Echos what user inputs on page1 making sure all the entered information is correct sort of like a confirmation page before submitting again. When the user hits submit I want the values to be emailed to me.
How do I go about doing this?
Thanks.
Quick breakdown:
Page 1 -> User enters in various information [name, address, email, etc]. I have those values entered into text fields and have them passed to page 2 with names like $FNAME, $LNAME, $ADDRESS, etc. when the user hits submit.
Page 2 -> Echos what user inputs on page1 making sure all the entered information is correct sort of like a confirmation page before submitting again. When the user hits submit I want the values to be emailed to me.
How do I go about doing this?
Thanks.