COTE D'IVOIRE Penpals
user warning: 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 'IVOIRE'
AND users.`uid`=`profile_values`.uid
' at line 5
query:
SELECT count(users.`uid`)
FROM users,`profile_fields`,`profile_values`
WHERE `profile_fields`.title='country'
AND `profile_values`.`fid`=`profile_fields`.fid
AND `profile_values`.value='COTE D'IVOIRE'
AND users.`uid`=`profile_values`.uid
AND users.uid > 0 AND users.status != 0 AND users.access != 0
in /home/www/html/penpal-friends.com/includes/database.mysql.inc on line 172.