To redirect use the header function (http://www.php.net/header)
The call would be something like:
header("Location: anotherpage.php");
remember that to use this command nothing can have been printed to the browser before hand.
HTH
Jonathan
On Friday, August 29, 2003, at 11:13 AM, Alvaro Martinez wrote:
Hi!
I'm a beginner. I want to redirect from one php page to another php page and
I dont know what method to use.
How can I do it?
Thanks
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php