| Current Path : /var/www/html/mmishra/irp/irp/pcstore/ |
| Current File : /var/www/html/mmishra/irp/irp/pcstore/db_connect.inc |
<?php
include "common_db.inc";
error_reporting(0);
$link_id = db_connect('mcell');
if(!$link_id) die(sql_error());
?>