List,
When using echo or print to output data to the response buffer, these
functions also put the number of bytes in the buffer into the output
stream. This only happens when I use this code in my script:
$doc = domxml_open_mem($HTTP_RAW_POST_DATA);
After that script echo and print also write the number of bytes in the
buffer into the buffer, why? Whats the story with that? How do I tell
PHP to not do that? Why does it write that information?
/B
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php