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
PHP is the probably wrong technology for this as it runs server-side and won't provide useful feedback to the user during the delay.
This isn't a lot of coding in Javascript. See this link for a very easy way to implement this on your page