<?php header("Location: http://your.domain/path/to/file.html";); ?>


----- Original Message -----
From: "Martin Towell" <[EMAIL PROTECTED]>
To: "'Cam'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, December 07, 2001 3:23 PM
Subject: RE: [PHP] Redirect Function?!!


> how about include'ing the target page then exit'ing straight after?
>
>     include "$page";
>     exit;
>
> -----Original Message-----
> From: Cam [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 07, 2001 4:23 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Redirect Function?!!
>
>
> Anyone know of a way to redirect to another page with PHP?  I'm aware of
the
> META tag redirection via the HTTP header, but I really need a more elegant
> solution that redirects immediately without relying on any HTML tags.
> Appreciate the help,
> -C
>
>
>
>
> --
> 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 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]

Reply via email to