Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/pcstore/pcStore/
Upload File :
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());

?>