Jump to content

PHP Multi Step Form


sao33

Recommended Posts

Hi Guys,

I need some major help here,

I'm looking to build a form with multiple steps, that is put into mysql database.

Here is the break down.

 

Step 1 of the FORM

User comes in, enters in personal information, name, address, city, ect,

hit NEXT

Step 2

User submits some details about their Books, title, author, etc.

they have the option of submitting the details of the book, or they can add a second book

 

if user submits book

display information submitted in step 1 and step 2

 

if user adds second book,

bring up step 2 again

user inputs a second book with details.

 

SO step 2 will loop until they are done adding their books

 

STEP 3

will show their personal information, and all the books they have entered.

 

Step 4, INSERT all this into a mySQL database. with each seperate book on the their own row.

 

If someone could help me out this would be great, or tell me where to get started?

I've done form and database, and i know how to make a form and input the form data into the database, but I don't know how to make this multi step form. I'm fairly familiar with PHP.

Please someone help me out!! ??? ???

 

thanks

 

Link to comment
https://forums.phpfreaks.com/topic/156819-php-multi-step-form/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.