I have a listing of photos in a table as follows (not actual column names):
Image Name, Image Width, Image Height, Band Name, Venue, City, State, Date
I would like to have a list of the different bands with photos in the
archive. There may be 120 photos of any one band, but I would like to
select the name of the band only one time and have it printed in the list.
Is there a MySQL function that would do this, or should I just put the
different bands into a separate table?
Any help would be appreciated.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]