babyphp Posted April 10, 2008 Share Posted April 10, 2008 ]I need help creating a multistep DATA input page in php & mysql environment. i can only create a single form that input data into one database table what am trying to achieve is create a php page that can input data into more than one database table this is in form of a registration page where the user can click on the first page they fill that out then click on the next link that say page 2 then fill that out then do so for up to 5 pages the last page wil have the summit button each php page has their own database table, page1 data get store on page1 database table and so on with the rest page can any body help me Link to comment https://forums.phpfreaks.com/topic/100528-i-need-help-creating-a-multistep-data-input-page-in-php-mysql-environment/ Share on other sites More sharing options...
fenway Posted April 10, 2008 Share Posted April 10, 2008 What is this for? What do you have so far? Link to comment https://forums.phpfreaks.com/topic/100528-i-need-help-creating-a-multistep-data-input-page-in-php-mysql-environment/#findComment-514199 Share on other sites More sharing options...
babyphp Posted April 10, 2008 Author Share Posted April 10, 2008 its a form of customer relation managemnet systems, for a my work sales man take a form to the client to fill out once that has been filled out i need to enter those detail unto the system using a form to store thos detail unto my database and eas part of the form has the own databse table like page 1- page 5 so i have 4 tables in my database, i created one but the form is too long Link to comment https://forums.phpfreaks.com/topic/100528-i-need-help-creating-a-multistep-data-input-page-in-php-mysql-environment/#findComment-514210 Share on other sites More sharing options...
fenway Posted April 10, 2008 Share Posted April 10, 2008 Any other details? That's quite general and vague. Link to comment https://forums.phpfreaks.com/topic/100528-i-need-help-creating-a-multistep-data-input-page-in-php-mysql-environment/#findComment-514280 Share on other sites More sharing options...
stuart7398 Posted April 10, 2008 Share Posted April 10, 2008 http://www.formtools.org/demo/reg_step1.php Link to comment https://forums.phpfreaks.com/topic/100528-i-need-help-creating-a-multistep-data-input-page-in-php-mysql-environment/#findComment-514293 Share on other sites More sharing options...
fenway Posted April 11, 2008 Share Posted April 11, 2008 Fine... so what's the issue? You simply store all of the fields from each page whereever they belong... I'm confused. Link to comment https://forums.phpfreaks.com/topic/100528-i-need-help-creating-a-multistep-data-input-page-in-php-mysql-environment/#findComment-514830 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.