$db_host = "localhost"; $db_user = "lynnesmi_admin"; $db_pass = "isaac0129+"; $db_name = "lynnesmi_web"; //****************************************************** $db_table = "birthdays"; $db_table1 = "quotes"; //****************************************************** $connection = mysql_connect($db_host,$db_user,$db_pass) OR DIE ('I can not connect to the server because:' . mysql_error()); mysql_select_db($db_name, $connection) or DIE ('I can not select the database because:' . mysql_error()); //******************************************************