Re: [PHP] How to delay a header( Location: )

2003-03-21 Thread Richard Mikalsen
You can use sleep? Like: sleep(2); Header("Location: blah"); "Webmaster Mbt" <[EMAIL PROTECTED]> skrev i melding news:[EMAIL PROTECTED] > Hi I need to delay the jump of a page that uses header(location: ) to jump. > > Ive tried adding a , after the file name (that's how we do it on html) but > i

[PHP] How to delay a header( Location: )

2003-03-21 Thread Webmaster MBT
Hi I need to delay the jump of a page that uses header(location: ) to jump. Ive tried adding a , after the file name (that's how we do it on html) but it doesn't work Any Ideas? EJB