Ron Croonenberg wrote:

> I think the problem is that I read the lines in PHP, I read them with
> fgets and output them with printf.
> 
> So the php "interpreter" never gets to see the line.
> 
> the apache doesn't parse php output, so it doesn't happen there
> either.
> 
> So..  I figured..  I either had to parse it in php myself OR convince
> the apache server to parse it for me.

Absolutely.  Why are you parsing it yourself anyway - what value are you
adding? 


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to