"Tristan Pretty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] com... > Ah, but then how can I select other info from the same table (title, first > name, company etc...)
Just add all the required fields to your select statement: SELECT DISTINCT email, title, company FROM table Regards, Torsten Roehr -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php