UPCOMING DESTINATIONS
Classic journey provides unbeatable experience around the globe.
if(is_array($pagelist))
{
for($i=0;$i<$rowcount;$i++)
{
$tourpackageid = $pagelist[$i]['tourpackageid'];
$tourpackagetitle = $pagelist[$i]['tourpackagetitle'];
$readmorephotothumb = $pagelist[$i]['readmorephotothumb'];
$packagevalidfromdate = date('d M Y',strtotime($pagelist[$i]['packagevalidfromdate']));
$packagevalidtodate = date('d M Y',strtotime($pagelist[$i]['packagevalidtodate']));
$noofnights = $pagelist[$i]['noofnights'];
$noofdays = $pagelist[$i]['noofdays'];
$tourstrikethroughcostfrom = $pagelist[$i]['tourstrikethroughcostfrom'];
$tourcostfrom = $pagelist[$i]['tourcostfrom'];
$tourpackageshortdesc = preview_text($pagelist[$i]['tourpackageshortdesc'],200);
if($readmorephotothumb>'')
{
//$pageimagepath1 = LOGO_THUMB_IMAGE.$pageimagepath;
$packageimagepath1 = PACKAGE_IMAGE.$readmorephotothumb;
}
else
{
$packageimagepath1 = IMAGE_DIR.'noplayerimg.jpeg';
}
?>
}
}
else
{
$pagenameval = "Not Found";
$pagedesc = "Sorry, this page are removed or under updation";
}
?>