MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/Anees/DoctorReview-a/
File Upload :
Current < : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/Anees/DoctorReview-a/dbconnect.php

<?php
	$con=mysql_connect("localhost","root","");
	if(!$con)
	{
		die('could not connect:'.mysql_error());
	}
	
	mysql_select_db("doctorreview",$con);
?>