Re: PHP output while script is running
wige
You nailed it. Got it figured out about an hour after making the post.
I thought AJAX at first. The problem with AJAX is you would have to open a HTTP stream for this to work. This would cause for resource issues during heavy traffic.
The script will be used for on the backend of the site. It could still impact the frontend resources.
I did find that I had to make modifications which are covered under flush() @ php.net. Mods included things like verify INI file, virus software, etc... Anything that could potentially buffer content.
Anyways thanks for the help!
|