Hi,
Wednesday, March 17, 2004, 11:36:02 AM, you wrote:
P> Hi Folks,
P> I am trying to use outbuffering techniques
P> ob_start(myCallBack)
P> .
P> ob_end_flush()
P> function myCallBack($inBuffer)
P> {
P> //process
P> ob_start();
P> include "aPHPFile.php";
P> $includeFileC
Hi Folks,
I am trying to use outbuffering techniques
ob_start(myCallBack)
.
ob_end_flush()
function myCallBack($inBuffer)
{
//process
ob_start();
include "aPHPFile.php";
$includeFileContents = ob_get_contents();
ob_end_clean();
}
I am seeing the following error "Cann
2 matches
Mail list logo