Page 1 of 1

PHP-- mySQL

Posted: Sun Jul 25, 2004 4:36 pm
by lparnau
I have set up a form to gather member info. I have a validation page that checks the information for the right type and for dup. entries. The info is then inserted into a db.

What I am looking for is the PHP or mySQL syntax to send the browser to a new URL after submission. :?


Leonard

Posted: Sun Jul 25, 2004 4:56 pm
by tim
heh, if you did a simple search you would have already gotten your answer. this subject has been explained 100x times.

header("Location:index.php");

also make sure u read this:

viewtopic.php?t=1157