- Feb 7, 2001
- 1,637
- 0
- 0
I want a PHP script to run forever and ever and ever, ie never ever stop running.
I know if it was a Windows box I could just set a <meta name="refresh" content="0"> tag and let IE keep auto-refreshing. But I'm using Linux. And I'd rather not have to have XFree86 running all the time ( resource hog ), and for some reason, Lynx doesn't obey meta refresh tags.
So how can I make the PHP script never end? Or auto-refresh?
I know if it was a Windows box I could just set a <meta name="refresh" content="0"> tag and let IE keep auto-refreshing. But I'm using Linux. And I'd rather not have to have XFree86 running all the time ( resource hog ), and for some reason, Lynx doesn't obey meta refresh tags.
So how can I make the PHP script never end? Or auto-refresh?