You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-10, 10' at line 1
CHECK THE URL =>
SELECT DISTINCT A.* FROM tblMembers A, tblStates_US C WHERE A.IsProfileDeleted != 1 and A.IsProfileHided !=1 and A.Country = C.CountryCode AND A.State = C.StateName AND A.City = C.City AND C.CountryCode = 'US' AND C.StateTag = 'server' AND C.CityTag='suspended.page' order by A.Ident desc LIMIT -10, 10