This is what im trying to do:
Ive got a table called "links" with columns: "id", "category", "subcategory", "sitename" and "url".
Now I want to make a list of categories on a page by php wrather than having to wright the categories by html. How do I retrieve the values from the column "categories" and extract the unique values so that it gives an accurate list or index for the site.
Unfortunately Im still new at this and I desparately need your help???