I am trying to figure out how to use PHP to redirect the user to a new
location *after* processing and most likely outputting a bunch of code.
Because this redirection would happen late in the game I can't use
header("Location: ".$redirect_to);
I come from a ColdFusion background and am used to CFAS' <cflocation>
tag. Does PHP have an equivalent function?
I am really hoping not to use JavaScript, I want this redirection to
happen at the server and not the client.
--
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]