המועדפים שלי
Access denied for user ''@'localhost' (using password: NO)
select users.*, countries.title as country_title, cities.title as city_title, cities.link as city_link, apartment_types.title as apartment_title, city_type.title as city_type_title FROM users INNER JOIN countries ON users.country=countries.id LEFT JOIN cities ON users.city=cities.id LEFT JOIN apartment_types ON users.apartment_type=apartment_types.id LEFT JOIN city_type ON users.city_type=city_type.id where users.hide<>'yes' and users.id > 9999999 order by users.last_enter desc
pager error