How can I make a redirect with PHP after say 10 seconds...
I have read alot about it, seems like it would be better with javascript. But PHP would save me alot of co
You'll want to do a client side redirect:
but if you feel like it has to be in PHP, you could do something like:
"; ?>