473,386 Members | 1,598 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Handling of partially completed multi-page forms

Does anyone have any suggestions, info or references on script/code that
would enable partially completed multiple page forms that can be saved,
retrieved and completed at a later date.

Thanks
Jul 23 '05 #1
2 1404
I have a similar situation, I haven't done it yet, but I plan to store
the results of each page in the session variables and save to mysql
database when a save button is pressed which is also at the bottom of
each page.

Prev & next submit buttons will go to the respective pages and the save
will save to mysql, and the whole thing will loop back on the same
page, so depending on the variable depends on which form is display.
Does this Make sense to you.

Jul 23 '05 #2


jewison wrote:
I have a similar situation, I haven't done it yet, but I plan to
store the results of each page in the session variables and save to
mysql database when a save button is pressed which is also at the
bottom of each page.

Prev & next submit buttons will go to the respective pages and the
save will save to mysql, and the whole thing will loop back on the
same page, so depending on the variable depends on which form is
display. Does this Make sense to you.

Yes, it does make sense I had a similar idea but had wanted to avoid
reinventing the wheel, so was looking around for an off the shelf item,
open source or otherwise (if reasonably priced).

My idea was:
The user fills in a preliminary set of data that is entered into a
"temporary" table in the MYSQL DataBase.
On returning & continuing, the user fills in data that enables the
identification of his/her previous entries in the database. The DB
entries are read and the appropriate (previous or preliminary) fields
are populated.
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Hans-Joachim Widmaier | last post by:
Hi all. Handling files is an extremely frequent task in programming, so most programming languages have an abstraction of the basic files offered by the underlying operating system. This is...
4
by: Andy Leszczynski | last post by:
I need a HTTP server handling long lasting requests e.g. 10-30 seconds. Below is a pice of the code. In order to make the server reponsive while handling othere requests I use...
1
by: spshealy | last post by:
Greetings, I have a question about how nulls are handled in "IN" clauses.. I understand the operation null = anyvalue is undefined. Please examine the following example. drop table one...
6
by: Jesper Ordrup Christensen | last post by:
Say I've created a piece of code that involves both sql, io and some number conversions. Being a responsible developer I have tried to catch all of the exceptions - but how can I be sure? Is...
34
by: rawCoder | last post by:
I have read that Exception Handling is expensive performance wise ( other than Throw ) , but exactly how ? Please consider the following example ... ////////////////// Code Block 1...
8
by: Konstantin Andreev | last post by:
Hello, everybody. I've noticed very strange DB2 behaviour in a stored procedure parameters handling, and it looks like a bug for me. Consider stored procedure defined as: Create procedure...
6
by: Urs Thuermann | last post by:
Does a tool exist to apply C preprocessor expansion to a C source only partially, i.e. replace only some directives? I want to replace some #if's by their expansions, e.g. all #ifdef SOME_SYMBOL,...
1
by: maciek | last post by:
Hi, I was wondering if anyone could suggest me a book/article/tutorial on Exception Handling in multi tier Windows Apps. What are the best practices/ways to implement EH in multi tier...
1
by: pob | last post by:
>From a form I have some code that calls 4 modules frmMain 1 mod 2 mod 3 mod 4 mod If mod 1 experiences an error the error handling works fine within mod 1 and writes out the error to a...
7
by: John | last post by:
Hi I have asked this question before but have not received any clear answer. I have a winform app with bound controls via dataadapter/dataset combination.I have a dbconcurrency exception ex. Now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.