query($table,$where,$extra="",$sql_occname,''); $f_occ_name->next_record(); $occ_name = $f_occ_name->get_value('occname'); } else { $sql_occname = "select occid from pms_fl_occasion_mst where occname = 'Landing2' and cid = 137"; $f_occ_name->query($table,$where,$extra="",$sql_occname,''); $f_occ_name->next_record(); $occassion = $f_occ_name->get_value('occid'); $occ_name = 'Landing1'; } $state_initial = state_initial($state); if($state_initial) $state_title = ', '.$state_initial; $page_title = 'Flowers delivery '.$cityname.' florist'; $show_knowmore = true; if(!isset($occassion)) { $occassion = 134; } elseif($occassion != '0' && $occassion != '') { // If user selects occasion other than the default - change the title and H1 tags. // And dont show the 'know more' links $show_knowmore = false; $page_title = $cityname.' flowers for '.strip_tags(getoccassionName($occassion)); } ?>