$db_conexion= mysql_connect("$sql_host", "$sql_user", "$sql_pws") or die(mysql_error()); mysql_select_db("$sql_db") or die (mysql_error());