Hey, need your help.
I'm writing a php4 script that parses a XML file and flush()es to the screen after completeing a section.
here is the complex part:
When it reaches the end of file, it will sleep() until more data is added (then it will parse that and go back to sleep if eof) or if it sees a special xml tag telling it to quit.
How do I do this??
Thanks!!