Don't make your php script resident in your memory. If you use linux, then use
cron to make your script run every 5 minutes.'
/Martin
Citat Nima Dezhkam <[EMAIL PROTECTED]>:
> Hello ,
> I have a question , How can we repeat a job by time in
> php? I mean does something like a timer exist in ph
You need to configure your apache to use php as a cgi, whenever a php file is
requested. Here is a link to a toturial. It is for installing in windows, but
the configuration af apache should bring you there.
http://www.thickbook.com/extra/php_apachephp4_win.phtml
/Martin Hjort Eriksen
Citat