.
Search PHPit
Advertisements
Partners
Use this textbox to search all the content on PHPit. Seperate keywords with a space.
Javascript Redirect
With this function you can easily redirect to another page, after a certain amount of time (in seconds).
function js_redirect($url, $seconds=5) {
echo "\n";
return true;
}
?>