* Thus wrote Jonathan Pitcher ([EMAIL PROTECTED]): > Alvaro, > > To redirect use the header function (http://www.php.net/header) > > The call would be something like: > > header("Location: anotherpage.php");
I'd like to add that the location MUST be an absolute url. ie: Location: http://host.com/anotherpage Even if its on the same server. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php