RE: [PHP-DB] delay script

2001-06-30 Thread support
Or you could do: Then you don't have to hope that the client's browser supports an html meta tag for refresh. -- Allen Lee http://MissoulaWeb.com Hosting, Programming and Design On Fri, 29 Jun 2001, Michael Rudel wrote: > Hi Jennifer, > > use my function: > > // Redirects to another

RE: [PHP-DB] delay script

2001-06-29 Thread Michael Rudel
Hi Jennifer, use my function: "; die( " ".$message." " ); } ?> ... in your case this will be: logging out" ); ?> Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldor

RE: [PHP-DB] delay script

2001-06-29 Thread Steve Brett
this will do the redirect echo''; content=X will set the delay in seconds. Steve > -Original Message- > From: Jennifer Arcino Demeterio [mailto:[EMAIL PROTECTED]] > Sent: 28 June 2001 04:10 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] delay script > > > hello! > > does anyone knows ho

Re: [PHP-DB] delay script

2001-06-29 Thread Marty Landman
At 11:09 am 6/28/01 +0800, you wrote: >hello! Hi Jennifer. >does anyone knows how to delay a display of a certain page ... for example, >if i will click on "logout" button, it will show a page which will say >"logging out" then after 5 seconds it will redirect to the login page. You can do thi

Re: [PHP-DB] delay script

2001-06-29 Thread Jason k Larson
Or perhaps it did. = ) > Sorry - I guess CC-ing the message list doesn't work. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DB] delay script

2001-06-29 Thread Jonathan Hilgeman
Sorry - I guess CC-ing the message list doesn't work. My Original Message: Use a refresh tag: http://www.pageresource.com/html/metref.htm - Jonathan -Original Message- From: Jennifer Arcino Demeterio [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 2:31 AM To: [EMAIL PROTECTED]

RE: [PHP-DB] delay script

2001-06-29 Thread Jonathan Hilgeman
Use a refresh tag: http://www.pageresource.com/html/metref.htm - Jonathan -Original Message- From: Jennifer Arcino Demeterio [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 2:31 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] delay script hello! does anyone knows how to delay a d

Re: [PHP-DB] delay script

2001-06-28 Thread Dobromir Velev
Hi, You can do this without using a php script why don't you use http://www.foo.com/foo.html"> where "N" represents a discrete time interval in seconds. Dobromir Velev -Original Message- From: Jennifer Arcino Demeterio <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date:

Re: [PHP-DB] delay script

2001-06-28 Thread Markus Fischer
On Thu, Jun 28, 2001 at 11:09:47AM +0800, Jennifer Arcino Demeterio wrote : > hello! > > does anyone knows how to delay a display of a certain page ... for example, > if i will click on "logout" button, it will show a page which will say > "logging out" then after 5 seconds it will redirect to t

Re: [PHP-DB] delay script

2001-06-28 Thread Attila Strauss
http://www.php.net/sleep > hello! > > does anyone knows how to delay a display of a certain page ... for example, > if i will click on "logout" button, it will show a page which will say > "logging out" then after 5 seconds it will redirect to the login page. > > > thanks =) > > > -- > PHP Datab

Re: [PHP-DB] delay script

2001-06-28 Thread Jason k Larson
sorry so brief earlier .. anyway this is a working sample http://www.php.net";> -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] delay script

2001-06-28 Thread Jason k Larson
You may find that the HTML tag can help you there. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]