Path : /hermes/bosweb/b1536/bestremotedba.org/ |
Current < : /hermes/bosweb/b1536/bestremotedba.org/phpdb.php |
<?php $username = "rainbow"; $password = "rainbow"; $hostname = "aarthimudhalvan.dot5hostingmysql.com"; //connection to the database $dbhandle = mysql_connect($hostname, $username, $password) or die("Unable to connect to MySQL"); echo "Connected to MySQL<br>"; $selected = mysql_select_db("dp_rainbow",$dbhandle) or die("Could not select examples"); ?>