delete_status = 0 and car_type != 2 and ul.client_id!=247 and  delete_status = 0  and  car_type != 2  and  daily_price_status='1' and (car_make in (SELECT id FROM `make` WHERE `cartype` in  (1) or `cartype1` in   (1) or `cartype2` in   (1) or `cartype3` in   (1) ) or  car_type in (1)) and ul.client_id in (select client_id from `clients` where emirate like  '%London%') and ul.client_id!=247and cl.emirate='London' and ul.delete_status = 0 and ul.publish_ocd = 1
Array
(
    [where] =>  delete_status = ? and car_type != ? and ul.client_id!=? and  delete_status = ?  and  car_type != ?  and  daily_price_status=? and (car_make in (SELECT id FROM `make` WHERE `cartype` IN (?) or `cartype1` IN (?) or `cartype2` IN (?) or `cartype3` IN (?) ) or  car_type IN (?)) and ul.client_id in (select client_id from `clients` where emirate like  ?) and ul.client_id!=?and cl.emirate=? and ul.delete_status = ? and ul.publish_ocd = ?
    [binds] => Array
        (
            [0] => 0
            [1] => 2
            [2] => 247
            [3] => 0
            [4] => 2
            [5] => 1
            [6] => 1
            [7] => 1
            [8] => 1
            [9] => 1
            [10] => 1
            [11] => %London%
            [12] => 247
            [13] => London
            [14] => 0
            [15] => 1
        )

)