Path : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/Anees/DoctorReview-a/ |
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); ?>