How to Redirect in PHP.

There are many way to redirect one Page to another page or website.


1. By Header Function


1. Example: header("Location: http://www.yourwebsite.com/user.php");