Could not select database ".$SQLdb.""); mysql_query("SET SESSION time_zone = '+1:00'"); mysql_query("SET NAMES 'UTF8'"); class MyClass { function mysql_safe ( $key, $item, $type ) { switch( $type ) { case 'get': if( count( $_GET ) > 0 ) { $_GET[$item] = htmlspecialchars( $key ); } break; case 'post': if( count( $_POST ) > 0 ) { $_POST[$item] = htmlspecialchars( $key ); } break; } } function safe_get ( ) { #Flag to only run function once if( $this->get_flag == true ) { return true; } array_walk_recursive( $_GET, array( $this, 'mysql_safe' ), 'get' ); array_walk_recursive( $_POST, array( $this, 'mysql_safe' ), 'post' ); $this->get_flag = true; } } //if($_SERVER['SCRIPT_NAME'] != '/company_news.php' && $_SERVER['SCRIPT_NAME'] != '/company_article.php'){ $pimp = new MyClass; $pimp->safe_get(); //} ?>TCPDF ERROR: [Image] No such file or directory in /home/weldlit/public_html/images/no-logo.gif