Re: Redirecting A Webpage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux