EnRiCo
06-18-2001, 04:47 PM
If i have support for PHP3 i can use this hack ?
this code in my site don't work
// This code is PHP4 ony:
ob_start();
include_once("./vbpstuff.php");
ob_end_clean();
is possible change this with one other....my site don' support PHP4 !:(
I have this error message :
Fatal error: Call to unsupported or undefined function ob_start() in ./global.php on line 229
but i have good installed hack....in one my other site ...this work...perfectly !!
this code in my site don't work
// This code is PHP4 ony:
ob_start();
include_once("./vbpstuff.php");
ob_end_clean();
is possible change this with one other....my site don' support PHP4 !:(
I have this error message :
Fatal error: Call to unsupported or undefined function ob_start() in ./global.php on line 229
but i have good installed hack....in one my other site ...this work...perfectly !!