1
}#end if $db_data!=false
?>
$data){
$ag="price_daytrip".($inx+1);
?>
Day Trip Schedule & Prices MV Dive Asia II -
dtcfg_start,$data->dtcfg_date_format1)?> /
dtcfg_end,$data->dtcfg_date_format2)?>
Day
Destination
Dives
Price
Enquiry
$data->dtcfg_start_price,
'eDate' => $data->dtcfg_end_price,
'sort' => "date",
'sort_type' => 'ASC',
'lang' => SITE_LANG,
'show' => 'yes',
'start' => 0 );
$rsdb=get_daytrip_list($search_data); #retrun mysql_query() or FALSE , if not found
if($rsdb!=false){
$show_row_color=false;
while($trip=db_fetch_object($rsdb)){
if($show_row_color) $row_color=' schedule_row';
else $row_color=' schedule_row2';
$show_row_color=!$show_row_color;
$dayofweek = 1 + (int)printDate($trip->dtd_date,'w');
$aryReqIDOpts = array('dayofweek'=>$dayofweek,'bDate'=>$data->dtcfg_start_price);
$req_id_obj = get_daytrip_today_id($aryReqIDOpts);
if($req_id_obj == false) $req_id_for_booking = $trip->dtd_id;
else $req_id_for_booking = $req_id_obj->dtd_id;
*/
?>
$dayofweek,'bDate'=>$data->dtcfg_start);
$trip = get_daytrip_today_id($aryReqIDOpts);
if($trip == false) continue; //go to next loop
// else $req_id_for_booking = $trip->dtd_id;
if($show_row_color) $row_color='col-xs-12 col-sm-12 col-md-12 nopadding schedule_row';
else $row_color='col-xs-12 col-sm-12 col-md-12 nopadding schedule_row2';
$show_row_color=!$show_row_color;
$linkURL = $CFG->wwwhome.'/daytrip_schedule_booking.php?req_id='.$trip->dtd_id;
$linkTitle = 'Daytrip booking for '.$trip->dtd_dest.', '.$trip->dtd_dives.' dive(s)'.
' on '.printDate($trip->dtd_date,"l d, F Y");
?>
All Day Trips include / exclude
- Free transfers from Kata, Karon & Patong
(pick up service from other locations can be
arranged for a
small extra charge)
- Breakfast, lunch, fruits, coffee, tea, drinking water (Phi Phi Islands with additional dinner)
- 12 liter tanks & weights
- Divemaster service
(small groups with 4-5 divers)
- Please Note:
Phi Phi Island National Park Fees are not included in the tour price and must be paid cash in Thai Baht on board if colleted.
Rental Equipment Prices per Day
tplhome."/box.daytrip_equipment_small.php");
?>
SITE_LANG,
'sort'=>'ds_start ASC, ds_sorting ASC, ds_headline ',
'sort_type'=>'ASC',
'season_start'=>$data->dtcfg_start,
'season_end'=>$data->dtcfg_end,
'expbDate'=>date('Y-m-d'),
'show'=>'yes',
'grp_id'=>DIVEANDSAVE_GROUP_ID
);
$dsRs=get_diveandsave_list($dsOpts);#return query result
if($dsRs!=false && mysqli_num_rows($dsRs)>0){
?>