<? $user = "sidont"; $pass = "123456"; $db = "CHANGE-THIS-TO-YOUR-DATABASE-NAME"; mysql_connect("localhost",$user,$pass); mysql_select_db($db); ?>