View Single Post
  #5 (permalink)  
Old 10-17-2008, 07:28 PM
shannonlp shannonlp is offline
WebProWorld Member
 
Join Date: Nov 2006
Location: Seattle
Posts: 64
shannonlp RepRank 0
Default 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!
__________________
Web Designer and Custom Spider Creator
eCommerce and shopping cart information
Reply With Quote