Hello Ahmed,

Tuesday, November 30, 2004, 11:47:40 AM, you wrote:

AAA> i want to list the categories only like this

AAA> Sci-Fi - History - Horror

This is a MySQL (or whatever DB you are using) question, but if it is
MySQL look at the DISTINCT and GROUP BY select elements, i.e.

SELECT DISTINCT(category) FROM blah WHERE blah ...

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 "I am not young enough to know everything." - Oscar Wilde

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to