Sunday, March 24, 2013
How to redirect to a certain page after the some specific time.
Code
Syntax:- header("refresh:time; url=redirection page");
Example:- header( "refresh:3;url=index.php" );
If we put the above line of code to the very beginning of our page it will redirect to the index.php page after the time given.
Code
Syntax:- header("refresh:time; url=redirection page");
Example:- header( "refresh:3;url=index.php" );
If we put the above line of code to the very beginning of our page it will redirect to the index.php page after the time given.
0 comments:
Post a Comment