Jump to content

redirect with a time delay similar to the Javascript redirect


voip03

Recommended Posts

php is server side, so whater php is doing, will be executed on the server and then sent to your browser...

 

you can use sleep($secs) at the start of one of your scripts, to delay the execution, but it won't be the same thing. Some browsers will jump to a blank page while your script is waiting. Firefox will actually wait before the script is over until it jumps, so in firefox you can (sort of) simulate the effect with php. Javascript will do a much better job.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.