prepare($sql); $like = "%".trim($_GET['land'])."%"; $stmt->bindParam(1, $like); $stmt->execute(); $data = $stmt->fetchAll(PDO::FETCH_ASSOC); echo '