In a message dated 21/04/2001 15:31:36 GMT Daylight Time, [EMAIL PROTECTED]
writes:
<< How to redirect to another page in php. Is there any inbuilt function
available for redirection.
If possible send with example.
Thanks
kishor >>
Use the Header call,for more info see www.php.net and search for Header()
Example
header ("Location: Http://www.domain.com/owner/index.php");
HTH
Ade
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] redirection Kishore
- Re: [PHP] redirection Jason Brooke
- [PHP] [Apache] Win32 Virtual Host - Sub Dom... Jon Shoberg
- RE: [PHP] [Apache] Win32 Virtual Host -... Andrew Braund
- Re: [PHP] redirection Sigitas Paulavicius
- [PHP] redirection KPortsmout
- [PHP] redirection Norman Zhang
- Re: [PHP] redirection Jason Wong
- Re: [PHP] redirection David Freeman
- [PHP] redirection Renaldo De Silva
- Re: [PHP] redirection Tyler Longren
- RE: [PHP] redirection Jay Blanchard
- [PHP] Re: redirection John Taylor-Johnston
- RE: [PHP] redirection Leotta, Natalie (NCI/IMS)
- RE: [PHP] redirection Ray Hunter
- RE: [PHP] redirection Martin Clifford

