is your question in regards to:

a) how to bring data from the 1st form across to the 2nd, so that it can all
be updated together OR

b) how to POST data from a form using a html link, probably with javascript


If b, best place to ask is a javascript list/newsgroup, or by looking for
something similar, and checking out how they did it.


Cheers,

Justin



on 09/01/03 9:10 AM, Stephen ([EMAIL PROTECTED]) wrote:

> Hello,
> 
> I have a question. First of all, I want to save the data a user has typed in a
> form into a MySQL database so they can load it up for later use but, I need to
> first submit all the form vars on the current page from a link. This may be
> Javascript, but either way, I'm not sure how to do it. Any ideas? Here's a
> graph kinda...
> 
> -User enters form and submits the first page
> --User taken to second form
> ---User fills out the first two fields
> ----User clicks a "Save Progress" link and all form fields submitted
> (I can do beyond this part but just so you get the idea of what I mean)
> -----PHP saves current form vars to a MySQL database
> ------User told information saved and he leaves
> -------User comes back next day, clicks load
> --------User select his current project
> ---------User taken to the last form he was on, fields filled in
> 
> Thanks,
> Stephen Craton
> http://www.melchior.us
> 
> "What's the point in appearance if your true love, doesn't care about it?" --
> http://www.melchior.us


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to