>>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?

Regards
Fredrik



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

Reply via email to