Can some one tells me how i can redirect a page in PHP.
http://www.php.net/manual/en/function.header.php
With the use of Header() and Location inside that function.
Here is an example from the man page: http://www.php.net/manual/en/function.header.php
header("Location: http://www.example.com/"); / Redirect browser / exit;
Thanks for your help