RE: [PHP] ob_ output buffering ...

2004-03-10 Thread Jay Blanchard
[snip] I want to use the output buffering to replace one important string before the output starts. How can i do this? [/snip] Wouldn't you rather use str_replace()? http://www.php.net/str_replace -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] ob_ output buffering ...

2004-03-10 Thread Till Krüss
Hi there! I want to use the output buffering to replace one important string before the output starts. How can i do this? rgds, Till -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php