[snip]
I have a create_login.php page, which works (it inserts data into the 
database), but I need for the script once executed to redirect to a 
success.php page.
[/snip]

http://www.php.net/header

header("Location: success.php"); exit();

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

Reply via email to