mysql_fetch_array question
Posted: Fri Feb 10, 2006 3:30 pm
this is a rather simple question, so i hope there is a simple answer...
is there any way to have mysql_fetch_array output only 1 of many similar entries in the database?
for example, if these were entries in my database:
a
b
a
b
b
c
c
c
the output would be:
a
b
c
Thanks for any help.
is there any way to have mysql_fetch_array output only 1 of many similar entries in the database?
for example, if these were entries in my database:
a
b
a
b
b
c
c
c
the output would be:
a
b
c
Thanks for any help.