2 years ago
#35145

Open
Possible refresh faster than a second?
I am wondering how I can make my PHP Meta refresh, faster than a second.
if( (int) $page > 0 ) {
print '<META http-equiv="refresh" content="0;URL=index.php?id='.($page-1).'">';
}
Right now, its a little slow.
php
html
meta
0 Answers
Your Answer