On Sun, 23 Mar 2008 18:08:19 -0700, Greg Sims wrote:
> Hey There,
>
> I looked at the ob_start manual and found a segment of code that can be used
> to capture the output of a shell script and place it into a log file. One
> of the entries indicates this should work for both STDOUT and STDERR
> (2
Thanks a lot Petr !!
"Petr Smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dasdan wrote:
>> question:
>> I try to buffer the output of the 'system/views/main.php' into $contents.
>> and then do a print.
>> Problem is that the contents of the system/views/main.php are printed
Dasdan wrote:
question:
I try to buffer the output of the 'system/views/main.php' into $contents.
and then do a print.
Problem is that the contents of the system/views/main.php are printed 2
times.
Someone who can explain me?
following the contents of testfile.php and main.php, php.ini settings
c
Ok. It was a late night. A fresh morning helped me solve my own
problem.
I was using ob_end_clean rather than ob_end_flush. I though I was going
crazy!
Serge.
In article <[EMAIL PROTECTED]>, "Serge Paquin"
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am trying to get ob_start to work the
I should add, that I also tried the code with session_start() first, then
ob_start('gz_handler') -- neither way worked.
Jason
"Jason Caldwell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Is there a way to make ob_start('gz_handler') work with session_star
Not really!
There was a column on PHPBuilder.com, check it out.
"Jeroen Olthof" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can I increase speed by using this to buffer output ?
>
> kind regards
> Jeroen Olthof
>
>
--
PHP General Mailing List (http://
6 matches
Mail list logo