Quote:
Originally Posted by mkx
I want it to refresh after all the urls are loaded, would this do that or could it do it faster/slower.
|
It will do it fast. The other option would be to do:
PHP Code:
header('Location: '.$_SERVER['PHP_SELF']);
But only if you haven't already sent output to the browser.