May 12, 2008
Unique Honduras Surfing !
Honduras Surfing - One sport Honduras does not have much of is surfing. It is because conditions are not quite as favorable as places like Panama. The location of the country in relation to the Caribbean sea makes it not produce a lot of surf. Honduras is on the southeast side of the Mexico Yucatan Peninsula and that land feature breaks the swells coming in from the northwest. See the website at http://magicseaweed.com/Gulf-Coast-MSW-Surf-Charts/9/swell/in/ for a graphical representation of swell patterns. However, surfers in Honduras have been known to catch some good action when swells form because of approaching hurricanes. Of course these are hurricanes at a safe distance.
However, if you are in Honduras you are close to surfing destinations in neighboring countries. You can easily travel to neighboring Belize and you will have locations to surf from. Slickrock Adventures, Inc. in Belize offers a wide variety of surfing packages to include windsurfing and surf kayaking. They have an informative website that even has links to other sites to report surf conditions at http://www.slickrock.com/surfingbelize.htm
$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=' Unique Honduras Surfing !' 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= ‘Unique Honduras Surfing !’;
//$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.