<?php



$db = mysql_connect("localhost", "iqhorg", "FtHoMtts0T+");

if (!$db) {
  die('Database is temporarily down: ' . mysql_error());
}
else {


mysql_select_db("iqhorg_iqhquitline",$db);


}

?>
