Example #1
0
 } 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
 if ($_POST['subcity'] != 'NOT_FILLED') {
     $subcity = $_POST['subcity'];
     $subcity_name = $operator->Get_SubCity_Name($subcity);
     echo '<li><a href="#">' . $subcity_name . '</a></li>';
     $search = true;
 } else {
     $subcity = null;
 }
 //get wereda
 if ($_POST['wereda'] != 'NOT_FILLED') {
     $wereda = $_POST['wereda'];
     $wereda_name = $operator->Get_Wereda_Name($wereda);
     echo '<li><a href="#"> ወረዳ ' . $wereda_name . '</a></li>';
     $search = true;
 } else {
     $wereda = null;
 }
 //get sefer