Please do not post general help questions to the PHP documentation list.
This list is primarly for discussing PHP documentation additions,
corrections or anything else pertaining to writing PHP documentation.  You
probably want to unsubscribe from this list and then subscribe yourself to
the PHP General User List.  You can do both of these things at:
http://www.php.net/support.php.

But, to answer your question, you need to use the header() function to send
a "Location" header to the browser.  You can find documentation about the
header() function at http://php.net/header/.

e.g.

<?
header("Location: http://www.php.net/");
?>

Regards,

Daniel Beckham

----- Original Message -----
From: "Arthur Melkonyan" <[EMAIL PROTECTED]>
Newsgroups: php.doc,php.windows
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 4:34 PM
Subject: [PHP-DOC] php redirect


> I'm trying to do redirect but couldn't fined any materials about
> redirect
> Any one knows how to do in php.
>
>


Reply via email to