Teotihuacan - Sun Pyramid
The Pyramid of the Sun as seen from the Pyramid of the Moon in Teotihuacan.
More Teotihuacan - Sun Pyramid information
More Teotihuacan - Sun Pyramid information
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; } ?>