Re: [PHP] Saving data with cookies

2002-03-18 Thread Mika Tuupola
On Sun, 17 Mar 2002 [EMAIL PROTECTED] wrote: > input type="text" name="name_of_var[]" <-- this is an arrayvaraible every > field the same name ! > the form will then submit an (one) array, which could be stored in your > database > (For I´m not shure how it will be saved, I would save this arra

Re: [PHP] Saving data with cookies

2002-03-17 Thread heinisch
At 17.03.2002 18:21, you wrote: > >Hi list, > >I'm developing a system to store Resumes, since my form has a lot of fields, >about 70, i'd like to have the ability to save the filled ones if my user >wants to finish it later. Wha'ts the best way to implement this kind of >feature. Maybe I could u

[PHP] Saving data with cookies

2002-03-17 Thread Rodrigo Peres
Hi list, I'm developing a system to store Resumes, since my form has a lot of fields, about 70, i'd like to have the ability to save the filled ones if my user wants to finish it later. Wha'ts the best way to implement this kind of feature. Maybe I could use cookies, right?!?!? If so, how can I s