I am having trouble with this. I have a mysql table with the following columns:
This Table has more than the shown on the picture, however i just need to fetch data from the ones that are shown in the picture.
The columns contain tag words and they are repeated often. I need to grab a single array containing the Tags without getting the duplicate entries but getting all the unique ones.
How can i do this? What would be the best query for this purpose?
Also, if possible i would like to count the number of times that this tag appears on the table.
I intend to display the data on a PHP while() loop like this:
TagA (#videos)
TagB (#videos)
[...]