<?php
	mysql_connect($mysql_host,$mysql_username,$mysql_password);
	mysql_select_db($mysql_dbname);
?>