Page 1 of 1

Problem with PHP script output

PostPosted: 30. November 2007 19:29
by hprofits1
I've got a small problem with XAMPP and php output. When I execute a php script I see no output from the script until the script has completely finished running. I have XAMPP set up on another computer and I see output from my scripts as they run but for some reason on this setup it waits to the end. I'm sure it's just a simple config setting but i'm lost, anybody have any ideas?

PostPosted: 30. November 2007 19:30
by Wiedmann
Maybe output_buffering in php.ini?

PostPosted: 01. December 2007 16:30
by hprofits1
Thanks for the suggestion but it still no output, anybody else have any ideas?