<?php mysql_connect("localhost","yellow_222","123") or die("Error while trying to connect DB."); mysql_select_db("yellow_222") or die("Error while selecting DB."); ?>