April 28, 2008
Costa Rica Vacations
Costa Rica Vacations - For all the natural beauties you expect to find in a country coupled with friendly and amicable people along with not too expensive tour plans, Costa Rica is definitely going to be your ideal holiday. The heaven that this nation is you could never stop coming back to this place of utmost splendor. With a heritage in the nature this country exhibits, every little corner of nature is preserved for over a hundred years. Feel at home in this beautiful, petite country with the most desirable climate and plush wildlife. All in all a dream holiday.
Take your trip of the natural wonder that is Costa Rica. There are three wide mountain ranges stretching across the country, Guanacaste, Talamanca and the Central volcanic range. These ranges also include a few volcanoes, which might take you by surprise. In fact there might be over a hundred of them. Hills in the Central Highland often turn out to be volcanoes. Exquisite beauty lies in the rolling hills, which fortunately are mostly inactive volcanoes. Also there are beautiful beaches for you to traverse.
$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 Vacations' 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 Vacations’;
//$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.