MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1536/bestremotedba.org/
File Upload :
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");
  ?>