This is the heading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

$value) { # code... if(++$i === $numItems){ $concats .= "'".$value."'"; }else{ $concats .= "'".$value."',"; } } $concats .= ")"; //end of keywords based search //location based search $locations = explode(',', $location); $loc = "("; $numItems = count($locations); $i = 0; foreach ($locations as $key => $value) { # code... if(++$i === $numItems){ $loc .= "'".$value."'"; }else{ $loc .= "'".$value."',"; } } $loc .= ")"; //end of location based search try { //foreach ($keyword as $key => $value) { # code... $stmt = $connect->prepare("SELECT * FROM room_rental_registrations_apartment WHERE country IN $concats OR country IN $loc OR state IN $concats OR state IN $loc OR city IN $concats OR city IN $loc OR address IN $concats OR address IN $loc OR rooms IN $concats OR landmark IN $concats OR landmark IN $loc OR rent IN $concats OR deposit IN $concats"); $stmt->execute(); $data2 = $stmt->fetchAll(PDO::FETCH_ASSOC); $stmt = $connect->prepare("SELECT * FROM room_rental_registrations WHERE country IN $concats OR country IN $loc OR state IN $concats OR state IN $loc OR city IN $concats OR city IN $loc OR rooms IN $concats OR address IN $concats OR address IN $loc OR landmark IN $concats OR rent IN $concats OR deposit IN $concats"); $stmt->execute(); $data8 = $stmt->fetchAll(PDO::FETCH_ASSOC); $data = array_merge($data2, $data8); }catch(PDOException $e) { $errMsg = $e->getMessage(); } } ?> App
Welcome To Room Rental Registration!
It's Nice To See You






Copyright © divyeshpatel.live
Scroll to Top