<?php include "common_db.inc"; error_reporting(0); global $con; $con = db_connect('mcell'); if(!$con) die(sql_error()); ?>