RE: [PHP-DB] delay script

2001-06-30 Thread support
PROTECTED] internet: http://www.suchtreffer.de ___ -Original Message- From: Jennifer Arcino Demeterio [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 11:31 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] delay script

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]

[PHP-DB] delay script

2001-06-28 Thread Jennifer Arcino Demeterio
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 Database Mailing List (http://www.php.net/) To

[PHP-DB] delay script

2001-06-28 Thread Jennifer Arcino Demeterio
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 =)

Re: [PHP-DB] delay script

2001-06-28 Thread Jason k Larson
You may find that the HTML meta 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]

Re: [PHP-DB] delay script

2001-06-28 Thread Jason k Larson
sorry so brief earlier .. anyway this is a working sample meta http-equiv=refresh content=5;url=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

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 Database Mailing

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 the login

Re: [PHP-DB] delay script

2001-06-28 Thread Dobromir Velev
ino Demeterio [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, June 28, 2001 4:46 PM Subject: [PHP-DB] delay script 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 wil