Forum Moderators: coopster
I want to create a list based on each different type of data in a MySQL table. Example:
Title ¦ Surname ¦ Sex
-----------------------
Mr....¦ Smith...¦ Male
Mrs...¦ Smith...¦ Female
Mr....¦ Jones...¦ Male
Mr....¦ Robers..¦ Male
Mrs...¦ Simpson.¦ Female In my list, I want only to display one of each type, leaving me with a list like this:
- Male
- Female