Do I have to run the script from command line? Can I just run it by visiting via a URL? Is there any difference? Ref: http://devzone.zend.com/node/view/id/1086 Thanks
Both will work...but if you use the script with an infinite loop you should run it from command line. Otherwise your browser will probably crash.
I am just trying to set up a socket server for a flash game. Will the script be terminated after my browser crashed or closed? Thanks!