A
Anonymous
Guest
Is there a way to make the query not repeat the same strings?
I have a cell in a mysql table called genre and there might be more then on genre and i want to make a list of all the genres but it repeats the same genre...
Good example:
hiphop
trance
house
Bad example:
hiphop
hiphop
hiphop
trance
trance
house
Is there a command for mysql_query? or is there some other way?
I have a cell in a mysql table called genre and there might be more then on genre and i want to make a list of all the genres but it repeats the same genre...
Good example:
hiphop
trance
house
Bad example:
hiphop
hiphop
hiphop
trance
trance
house
Is there a command for mysql_query? or is there some other way?