On Wed, 2002-12-11 at 09:49, Patrick Grantham (at work) wrote:
> What is the php function to redirect a browser to another page. What are
> some recommended online sites that provide good php help?
header("Location: http://www.example.com/"); /* Redirect browser */
exit; /* Make sure that code below does
not get executed when we redirect. */
http://www.php.net/manual/en/function.header.php
in http://www.php.net/manual/en/ref.http.php
in http://www.php.net/manual/en/
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:01:02 EDT