示例#1
0
 } else {
     $category = null;
 }
 //get the ownership
 if ($_POST['ownership'] != 'NOT_FILLED') {
     $ownership = $_POST['ownership'];
     $ownership_name = $operator->Get_Ownership_Name($ownership);
     echo '<li><a href="#">' . $ownership_name . '</a></li>';
     $search = true;
 } 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