Javascript GoBack
This function can be used to redirect to the previous page, after a certain amount of time (in seconds).
function js_goback($seconds=5) {
echo "\n";
return true;
}
?>
Use this textbox to search for articles on PHPit. Seperate keywords with a space.
This function can be used to redirect to the previous page, after a certain amount of time (in seconds).
function js_goback($seconds=5) {
echo "\n";
return true;
}
?>