Mount Shasta
At 14,168 ft/4,317 m tall Mount Shasta is the second highest volcano in the Cascade Range.
More Mount Shasta information
More Mount Shasta 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; } ?>