$id = $_GET['id'];$string = $_GET['location']; // 南美洲$results = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM $wpdb->property_listing WHERE ID = %d AND location = %s", $id, $string ) );