Re: [PHP-DB] Re - Direct a User after a completed Form

2002-04-01 Thread wesley grubbs:.
header is the appropriate one you're looking for: header( "Location: thanks.php" ); what i do is use the page that processes all the data to also validate the data. if the data does not pass through, it stays on this page with all the errors listed in the body. if it goes through.. then the 'he

Re: [PHP-DB] Re - Direct a User after a completed Form

2002-03-31 Thread Jason Wong
On Monday 01 April 2002 08:08, Ethan J. Mings wrote: > PHP-DB Mailing List > -- Could you NOT use the two hyphens to separate the different parts of your post? A lot of email clients interpret whatever follows the two hyphens as a signature and strips it away when replying. > I've created a

RE: [PHP-DB] Re - Direct a User after a completed Form

2002-03-31 Thread Peter Lovatt
--- > -Original Message- > From: Ethan J. Mings [mailto:[EMAIL PROTECTED]] > Sent: 01 April 2002 01:08 > To: PHP Mailing List > Subject: [PHP-DB] Re - Direct a User after a completed Form > Importance: Low > > > PHP-DB Mailing List > -- > > I've created

[PHP-DB] Re - Direct a User after a completed Form

2002-03-31 Thread Ethan J. Mings
PHP-DB Mailing List -- I've created a form which loads data to my data table. Works great. Is there a way to allow the user to go to a thank you after the form is completed. Where could I find this is the manual. Tried Location() with little success. Suggestions. -- Ethan J. Mings mailto