|
Written by Roceller Alvarez
|
|
Saturday, 26 February 2005 |
|
This tip is very useful if you want to integrate existing PHP
applications, such as a blogger or forum, to your websites existing
template design.
ob_start(); // start output buffer echo "output data"; // fill buffer $content = ob_get_contents(); // pass buffer which can be used in your template ob_end_clean(); // clean buffer |
thanks Written by Guest on 2006-02-07 23:24:24 it was helpful Thanks |
Only registered users can write comments. Please login or register. Powered by AkoComment 2.0! |