Ejemplo n.º 1
0
 } else {
     $ownership = null;
 }
 //get the specialization
 if ($_POST['specialization'] != 'NOT_FILLED') {
     $specialization = $_POST['specialization'];
     $specialization_name = $operator->Get_Specialization_Name($specialization);
     echo '<li><a href="#">' . $specialization_name . '</a></li>';
     $search = true;
 } else {
     $specialization = null;
 }
 //get region
 if ($_POST['region'] != 'NOT_FILLED') {
     $region = $_POST['region'];
     $region_name = $operator->Get_Region_Name($region);
     echo '<li><a href="#">' . $region_name . '</a></li>';
     $search = true;
 } else {
     $region = null;
 }
 //get city
 if ($_POST['city'] != 'NOT_FILLED') {
     $city = $_POST['city'];
     $city_name = $operator->Get_City_Name($city);
     echo '<li><a href="#">' . $city_name . '</a></li>';
     $search = true;
 } else {
     $city = null;
 }
 //get sub city