PHP Script Question!?

  • Thread starter Thread starter Phil M
  • Start date Start date
P

Phil M

Guest
I am building a 3 page form. Currently I had to setup 3 different sql tables and have 3 different emails emailed to me. What I want to do is either carry all of the form info to the next page and then the next. Then on the final page, I would like for it all be emailed to me and placed in one database.

How would you write the script for that? Can you use a $store variable? Consider this a CHALLENGE!
If I do it like this:
carry <input type="hidden" name="something" value="<? echo $_POST['keyname']; ?>"> from page to page and you can do it...

Then, Will I need my usual script on each page? Such as the Variables, and the open database and close database? or can i save it for the last page?
 
carry <input type="hidden" name="something" value="<? echo $_POST['keyname']; ?>"> from page to page and you can do it...
 
Sorry friend, but I don't have a big knowledge of PHP. I only know HTML & Javascripts :)
 
Back
Top