"Steve Osborne" <[EMAIL PROTECTED]> wrote in message
000901c181db$bfca1f40$[EMAIL PROTECTED]">news:000901c181db$bfca1f40$[EMAIL PROTECTED]...
> Is there a function or command in php that will redirect a user to another
> page, similar to Response.Redirect(URL) in ASP?
>

header("Location: http://www.MyNewUrl.com/index.php";);



-- 
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