<?php
/* 
Online PHP Examples with Source Code
website: http://4evertutorials.blogspot.in/
*/
/*
* Redirects to specified $page 
*/ 
function REDIRECT($page, $seconds=4)
{ 
        // redirect specific $page within $seconds seconds
        header("Refresh: " . $seconds . "; URL=" . $page);
        exit(); 
}
?>
Wednesday, May 1, 2013
Redirect page after certain time PHP
5/01/2013
This is the simple php function to redirect page after certain time.
Subscribe to:
Post Comments (Atom)
 





 
 
 
 


0 comments:
Post a Comment