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