Hi Johnathan

Thanks I've got it now, hidden fields did the trick. :-)

Steven M
"Jonathan Villa" <[EMAIL PROTECTED]> wrote in message
004301c2d851$24ac2fd0$8600a8c0@inhocvince">news:004301c2d851$24ac2fd0$8600a8c0@inhocvince...
> How is the information being kept?  Sessions?  You'll either want to
> store them in a session or create hidden fields on the confirmation
> page, then when they click on confirm, you'll have access to the fields
> on the new page, (the page where your processing script is)
>
>
> ---> Jonathan
>
>
>
>
> -----Original Message-----
> From: Steven M [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 19, 2003 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP form help
>
> Hi,
>
> I have created a form that passes details to the next page so the user
> can
> see the details they have submitted before clicking confirm to submit to
> the
> database.  The problem is that the details dont seem to get passed to
> the
> script after they have appeared on the confirmation page.  I know the
> script
> works because i submitted info to is successfully before i changed the
> form
> action to point at the confirmation page.
>
> I think it has something to do with PHP sessions but am not sure how to
> make
> it work.  Thanks for any help.
>
> Steven M
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



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

Reply via email to