I wanna run one php script by while(true){ }.
It will get pm which has been sent to me by other and answer them.(something like yahoo robot)
now if I set set_time_limit(0) and use while(true) and run this page on my server http://ip-address/yahoo.php and close my browser , Is it running for ever?
ignore_user_abort(true)will probably do it