@session_start(); include_once('g_config.php'); include_once('g_functions.php'); $c_email=$_SESSION['c_email']; $departure=$_GET['departure']; $arrival=$_GET['arrival']; $dep=$_GET['dep']; $arr=$_GET['arr']; $promo_code=$_GET['promo']; if ($promo_code=='') $promo_code=$_GET['PROMO']; if ($departure<>'' && $arrival<>'') { $wylot=strip_tags(get_apt2($departure,'PL')); $przylot=strip_tags(get_apt2($arrival,'PL')); $p_title=iconv("ISO-8859-2","UTF-8",''.$lang['in_flight_on_route'].' '.$wylot.' - '.$przylot); } $s_air=$_GET['airline']; $c_files=explode('|',$_SESSION['c_files']); //$result= mysql_query("") or die(mysql_error()); //while($row = mysql_fetch_assoc( $result )) //{ //} $departure_port=$_SESSION['departure_port']; $arrival_port=$_SESSION['arrival_port']; $dep_port_oryg=$_SESSION['dep_port_oryg']; $arr_port_oryg=$_SESSION['arr_port_oryg']; if ($departure<>'') $dep_port_oryg=$departure; if ($arrival<>'') $arr_port_oryg=$arrival; if ($dep_port_oryg<>'') $departure_port=$dep_port_oryg; if ($arr_port_oryg<>'') $arrival_port=$arr_port_oryg; if ($dep=='' && $arr=='') { $dep_date=$_SESSION['dep_date']; $arr_date=$_SESSION['arr_date']; } else { $dep_date=conv_date($dep); $arr_date=conv_date($arr); } $adt_count=$_SESSION['adt_count']; $child_count=$_SESSION['child_count']; $inf_count=$_SESSION['inf_count']; $yth_count=$_SESSION['yth_count']; $src_count=$_SESSION['src_count']; $agent=$_SESSION['agent']; $oneway=$_SESSION['oneway']; $lowcost=$_SESSION['lowcost']; $language=$_SESSION['language']; $language=$_GET['language']; include_once('m_lang.php'); //echo($language); if ($wylot<>'' && $przylot<>'') { $departure_port=iconv("ISO-8859-2","UTF-8",$wylot); $arrival_port=iconv("ISO-8859-2","UTF-8",$przylot); } if ($departure_port=='') $departure_port='Bucharest [OTP] Romania'; if ($arrival_port=='') $arrival_port='London [LON] Great Britain'; if ($adt_count=='') $adt_count='1'; ?>
include('g_meta.php');?> $s_lang=strtolower($language); echo(''); ?>