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] Resume PHP Sockets?

2003-03-21 Thread Richard Mikalsen
Is it possible to resume persistent sockets opened with pfsockopen? I really need to know if it's possible to resume a socket from another script, like if I've saved the socket into a session variable. Thank You -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww