Click to See Complete Forum and Search --> : 3 pages of forms for 1 sql record


heavenly_blue
06-07-2004, 03:37 PM
My site's subscription form requires much information from the user. Currently there are 3 pages that collect the necessary info.

What is the best way to have those three pages all edit the same record? Can I carry the variables from the 1st two pages on to the 3rd and submit them all at once? Or can I insert a record on the first page, and have the other two edit that record? How do I tell the next two pages which record to edit?

I'm really new at this, so I don't really know how to go about this.

96turnerri
06-07-2004, 03:45 PM
not possible with javscript, try php ;)