// Replace the variable values below
// with your specific database information.
$host = "localhost";
$user = "theprhstudio";
$pass = "theprhstudio";
$db = "theprhstudio";
// This part sets up the connection to the
// database (so you don't need to reopen the connection
// again on the same page).
mysql_connect($host,$user,$pass);
@mysql_select_db($db) or die( "Unable to select database");
$adminemail = "barclays@doughunt.co.uk";
?>