[PHP] run a fuction at each intervals

2001-06-26 Thread ewoong

Hi..

If I want to run a function at each intervals, what function I can use ??



  I try to display  " Time is Up "  each five-minute.


 "  Time is up   "

   after five-minute..

 " Time is up "

after five-minute..

  " Time is up "

   ...




-- 
PHP General 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] php -> html

2001-04-10 Thread ewoong

Hello.. ^^

I am trying to save results for php files.

for example..

I create abc.php3 following as..

 # abc.php3

 

If I run abc.php3 , the results is ..

   hello.


 So..

 How can I this results to save file.

 # abc.html

   hello



-- 
PHP General 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]