This a nice one in php.A Refresh or reload or redirect page using php script or function.just amazing functionality provide by php.Here we can not require any javascript,jquery or ajax to do this.Use only simple php " header() " function to perform this task.We can use this function any where in project or website.
Example :
//refresh after 5 second
header("refresh:5;");
//reload after 5 second to specific path
header("refresh:5; test.php");
No comments:
Post a Comment
Thanks....