Re: [PHP] Handling of partially completed forms

2005-02-22 Thread Joseph E. Maxwell
OK, I have no desire to re-invent the wheel , if a script exist that is available I'll jump at it, otherwise I'll write the code myself. Failing to find one, I've started on the latter approach. I've written code that places initial data fields into a MySQL database. The next step is to identif

Re: [PHP] Handling of partially completed forms

2005-02-20 Thread b1nary Developement Team
Are you looking to code it yourself? If so, Here's the theory behind the concept... So you have this multiple page form that you want to save and continue at a later time correct? So you'll have to set up a save button. You will also require some way to recognize the same user when the come

[PHP] Handling of partially completed forms

2005-02-20 Thread Joseph E. Maxwell
Does anyone have any suggestions, info or references on php script/code that would enable partially completed multiple page forms that can be saved, retrieved and completed at a later date. I might add also enabling/disabling or other navigational features? I think there are are some java one