Home : PHP :
How to redirect from php page to another php page?

Category : PHP

For redirecting, you can use the PHP header() function like so :

  header("Location: example.php");

That'll redirect to example.php 

Created : 11 Mar 2002
Modified : 11 Mar 2002
Viewed : 4861 times.
Print Article