phpsql1 Posted May 16, 2007 Share Posted May 16, 2007 I am working on a web site using html, php and mysql. I am dividing the page to sections (Personal info section, Project Section, figure section…) I have each section on a separate page. I want to give the user the possibility to save the information he entered and finish it later on. Can any 1 throw some hints? Should I save the entered data in the same database and keep track of the (page/section) where he stopped at, or save the info in a separate (‘temporary’) database and once he’s done parse this data to the permanent database. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/51682-solved-it-may-be-easy-for-you/ Share on other sites More sharing options...
trq Posted May 16, 2007 Share Posted May 16, 2007 Just save the data in the database as is, but have a field (status) that you can switch between incomplete or complete depending on wether or not the article is finished. Quote Link to comment https://forums.phpfreaks.com/topic/51682-solved-it-may-be-easy-for-you/#findComment-254570 Share on other sites More sharing options...
phpsql1 Posted May 16, 2007 Author Share Posted May 16, 2007 MAn you're a life saver. thanks a lot One more question. When the user comes back t finish entering data I want him to start where he ended up last time. Do I need another field to remember the page if the status field says incomplete Quote Link to comment https://forums.phpfreaks.com/topic/51682-solved-it-may-be-easy-for-you/#findComment-254588 Share on other sites More sharing options...
john010117 Posted May 16, 2007 Share Posted May 16, 2007 MAn you're a life saver. thanks a lot One more question. When the user comes back t finish entering data I want him to start where he ended up last time. Do I need another field to remember the page if the status field says incomplete That would be helpful. Quote Link to comment https://forums.phpfreaks.com/topic/51682-solved-it-may-be-easy-for-you/#findComment-254591 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.