almedad
02-12-2008, 01:40 AM
hello
I am trying to categorise my users into groups, based upon their sex, such that I would put:
the query would go something like:
select user.username, useraddress from user where user.sex = 'f'
or something similar
I have tried to use a mySql client but it's English and won't retrieve Arabic user names,
can you please help me design a page which would allow only certain users based on some criteria I set in the query and then have them done and displayed in a page somewhere?
thanks
almedad
I am trying to categorise my users into groups, based upon their sex, such that I would put:
the query would go something like:
select user.username, useraddress from user where user.sex = 'f'
or something similar
I have tried to use a mySql client but it's English and won't retrieve Arabic user names,
can you please help me design a page which would allow only certain users based on some criteria I set in the query and then have them done and displayed in a page somewhere?
thanks
almedad