Posted by Malcolm Dew-Jones on 11/06/05 21:00
windandwaves (winandwaves@coldmail.com) wrote:
: Colin McKinnon wrote:
: ...
: > A better way of buffering the output is to use PHP's output buffering
: > functions.
: but that means that I can not manipulate the output anymore? right?
Wrong.
After doing the buffering, one of the ob_ functions can return the output
to your program as a string, which you can then manipulate to your hearts
content.
--
This programmer available for rent.
Navigation:
[Reply to this message]
|