I would like to setup an index.php file to redirect to another .php file as soon as it is invoked, like [response.redirect] does in Active Server Pages. Does anyone know this cammand off the top of their head? Thanks in advance. :)

use the header() function. header ("Location: http://www.site.com/otherpage.php";); exit;

Larry

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



Reply via email to