May 12, 2008
Guatemala Vacations
Guatemala vacations are becoming more popular everyday as many begin to learn more about this paradise. There is a lot to do plus the prices are very affordable. But what is available for a vacation here? What do people typically do with their time and money when they arrive here?
For starters, you have to visit the Mayan ruins in this country because this is the very essence of its history and culture. The Mayans were a very advanced civilization who lived here prior to the Spanish conquistadors. The temples that still stand today give an idea of what it must have been like back then and you will be amazed to see that it influenced the Mayan people who still live in the region today.
<?php
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= ‘Guatemala 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.