April 24, 2008

Costa Rica Tourism

Costa Rica tourism - Costa Rica is among the top options for anyone seeking an ecotourism experience. Though the land area of Costa Rica is quite small, only 19,730 square miles, the small nation is crammed with things to see and so. 

One of the most interesting and attractive aspects of Costa Rica is that within its small confines it has an amazing diversity of life with several small eco-systems and microclimates providing a wide atmospheric and outdoor options. There are the famous beaches, dense jungles, rain forests, and rich wild life. In some forests there is so much moisture in the air that they appear perpetually foggy and are referred to as “cloud forests”. There is also one forest with cable car facilities that allows visitors to view the plant and animal life from a height. You may, if you are so inclined, go for a more sporting vine swinging experience where you can swing from one tree to next through a system of vines. 

$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=' Costa Rica Tourism' 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= ‘Costa Rica Tourism’;
//$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“;
}

?>

Spread the word

del.icio.us Digg Furl Reddit Help

Permalink • Print • Comment

Trackback uri

http://whereintheworldareyou.com/blog/costa-rica-adventures/costa-rica-tourism-415.php/trackback

Leave a Comment

You must be logged in to post a comment.