Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/irp/mcell/
Upload File :
Current File : /var/www/html/mmishra/irp/mcell/db_connect.inc

<?php
include "common_db.inc";
error_reporting(0);

global $con;
$con = db_connect('mcell');
if(!$con) die(sql_error());

?>