On Wed, 1 May 2002, Fredrik Arild Takle wrote:
>>>Wrap into a output buffer.  ob_start, ob_get_contents
> 
> This was neat.
> I did:
> 
> ob_start();
> $myvar = ob_get_contents();
> 
> But it still outputs the page, can I disable that?

Read the output buffering section of the manual. Look for the word flush.

miguel


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

Reply via email to