Hello Mike,

Wednesday, March 17, 2004, 1:55:51 AM, you wrote:

MM> I  need to refresh page every 2 minutes. How that's can be done in PHP?

PHP itself cannot do this. You can use PHP to output a meta refresh
tag however which could be set to refresh every 2 minutes, understand
it is the HTML that is refreshing the page though - not PHP.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to