Hieronymite Convent
View all
More Lisbon Pictures
| < Previous | Next > |
function getConnection(){ include("dbConfig.php"); $myConnection=@mysql_connect($host,$user,$password,true) or die("Database not available at the moment".mysql_error()); @mysql_select_db($database,$myConnection) or die("Database not available".mysql_error()); return $myConnection; } ?>