sandbudd Posted April 25, 2009 Share Posted April 25, 2009 Hey guys quick question...I am doing a multi form submitting to db. I know that I can do this with sessions but what I was wondering is there a way that lets say after they fill out the first page and click to continue that the first page is populated and then when the second page is filled out it populates the db rather than waiting till all pages are filled? What I want is if they only fill out the first page and stop I still capture that information. Link to comment https://forums.phpfreaks.com/topic/155636-solved-sessions/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 25, 2009 Share Posted April 25, 2009 Anything is possible in programming, just change the logic so that after it validates the external data, it inserts/updates the record in the database. Link to comment https://forums.phpfreaks.com/topic/155636-solved-sessions/#findComment-819169 Share on other sites More sharing options...
sandbudd Posted April 25, 2009 Author Share Posted April 25, 2009 could you give a small example please Link to comment https://forums.phpfreaks.com/topic/155636-solved-sessions/#findComment-819171 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.