May 8, 2008
Honduras Weather
Honduras Weather - So what is the weather like in Honduras? You will be glad to hear that it is very comfortable and pleasant. Honduras is right within the hurricane belt and there is significant risk for hurricanes and tropical storms that will also move inland and have been know to cause much damage. Hurricane Francelia in 1969 and Tropical Storm Alleta in 1982 were significantly devastating to the crops as well as killing over 8,000 people. In 1998, Hurricane Mitch did great damage in Honduras. In its aftermath, 5,657 were reported dead and 8,058 were reported missing. Much of the infrastructure of highways and bridges were destroyed as well as significant crop damage. You will find that most of the hurricane activity will happen on the Caribbean side of the country and Pacific storms do not hit land too often and are not as strong.
The temperature averages 26 degrees Celsius (81 degrees Fahrenheit) and there is a rainy season from May until October and a dryer season (although not entirely dry) from November until April. It should also be noted that there are regions where temperatures differ from average. You will find higher temperatures and humidity on a consistent basis in the Caribbean lowlands.
$db="lhpanama_articles";
$cn=mysql_connect("localhost","lhpanama_nicabri","3uso66s36");
//$cn=mysql_connect("localhost","root","admin");
if(! $cn) {
die("Connection could not be Establish");
}
mysql_select_db($db) or die("Could not open database");
$a_sql = "select * from tbl_articles p,tbl_category c where article_title=' Honduras Weather' and p.article_cat=c.cat_id and p.is_active='Y'";
//echo "query= ".$a_sql;
$rs_sql = mysql_query($a_sql);
$row_sql = mysql_fetch_object($rs_sql);
$aid = $row_sql->article_id;
//echo “
article id= “. $aid .”
“;
$siteurl = $row_sql->cat_name;
$sitename = $row_sql->site_name;
//echo “
siteurl= “. $siteurl .”
“;
if ($row_sql->article_id!=”")
{
echo “ For the Full Article visit the “. $sitename .” site click here“;
}
else
{
$title= ‘Honduras Weather’;
//$title= “Panama Car Rental”;
$titlepieces = explode(” “, $title);
//$titlepieces[0]=Panama;
//echo “
firsttitle ” .$titlepieces[0];
$firsttitle = $titlepieces[0];
$length= strlen($firsttitle);
//echo “
strlength ” .$length;
if( $length>5 )
{
$sitename = “Living History “.$titlepieces[0];
}
if($length==2)
{
$sitename = “Living History “.$titlepieces[0].” Salvador”;
}
if($length==5)
{
$sitename = “Living History “.$titlepieces[0].” Rica”;
}
//echo “
sitename ” .$sitename;
$sql = “select * from tbl_category where site_name = ‘”.$sitename. “‘ and is_active=’Y’ “;
//echo “
sql = ” .$sql;
$myquery = mysql_query($sql);
$result = mysql_fetch_array($myquery);
$siteurl = $result[cat_name];
//echo “
siteurl ” .$siteurl . “
“;
echo “ For the Full Article visit the “. $sitename .” site click here“;
}
?>




























Leave a Comment
You must be logged in to post a comment.