PHP-- mySQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
lparnau
Forum Newbie
Posts: 15
Joined: Tue Aug 12, 2003 3:31 pm

PHP-- mySQL

Post 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
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post 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
Post Reply