First of all I love x10hosting, I'm on the advanced package. Now I have read the advertising rules and I have complied with them so far. But I have one question that I don't think was answered before. Do we need the advertising on error pages? For example...
Where "A fatal error has occured" or 'Could not connect:' would I need x10's advertising?Code:define('Id', $varId); if(file_exists(Id.'.php')): include_once(Id.'.php'); //Specific Functions else: echo ("A fatal error has occured."); die(); endif; or $dbconn = mysql_connect($host, $username, $password) or die ('Could not connect: ' . mysql_error());


LinkBack URL
About LinkBacks

