Question

I have a question (couldn find the answer in the php manual)

but is there a way how to make a script redirect via the php header function after 5 seconds or something? or will i have to opt for the meta tag in html?

header(‘Refresh: 5; URL=location2redirect2’);

thanks, didnt know it was that easy… but the manual isnt that good either

the manual is very good.
but it can’t cover the complete http-protocol.
but theres a link on the header site

Sponsor our Newsletter | Privacy Policy | Terms of Service