PHP form - from 1 page to 2 pages with a catch

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gilsontech
Forum Newbie
Posts: 1
Joined: Sat Oct 11, 2008 12:56 am

PHP form - from 1 page to 2 pages with a catch

Post by gilsontech »

So i made this website: http://www.StoreHouseTech.com

I have an idea on how to make multiple php pages with sessions, but not 100% sure where to start.

I have over 30 form pages. The client wants the drop-downs to be filled in and have the user click on a submit button, it would then go to a page where the user could see their options and then fill in their contact info for a final submit button that would email the info.

The thing is all the drop-downs are different (1st new page), but the 2nd new page (contact info) would always remain the same.
here's a current product page: http://www.storehousetech.com/616f.php

How can i always use the same 2nd page and make this work?

THANKS in advance for anyone's help!
Post Reply