[PHP] creating a confirm page

2004-03-21 Thread Andy B
hi was needing to know how to create a confirm page. I have a form that needs to be submitted to a confirm page before it is dropped into a mysql db. was not sure how to do this without losing the content of the form variables...

Re: [PHP] creating a confirm page

2004-03-21 Thread Bruno Santos
Andy B wrote: hi was needing to know how to create a confirm page. I have a form that needs to be submitted to a confirm page before it is dropped into a mysql db. was not sure how to do this without losing the content of the form variables... Hi. Well, you have several solutions for that.

[PHP] RE:[PHP] creating a confirm page

2004-03-21 Thread Andy B
remember: best way is how its above (using sessions or forms) , because will work in most php installations. tnx will try sessions and see what they do... (havent quite played with them before but will figure it out)... -- PHP General Mailing List (http://www.php.net/) To unsubscribe,