SQL parser
Posted: Mon May 01, 2006 8:32 pm
I have always wondered that if you get an SQL parser error... and you put an @ symbol in front of the line that is getting the error, why it goes away?
Premium hosting with SSD VPS, cPanel/WHM hosting and dedicated servers support and discussion forums. Get help from co-webmasters and professionals!
https://smokyhosts.com/forums/
Code: Select all
ob_start();
// your code is here
//do whatever you whant
$variable = ob_flush();
ob_clear();