Hi:
I have a large table and would like to at least find the most repeated works so I can have a trends keyword list.
The database is mysql and I am running php5.
Is there any other way besides exploding the data and searching for repetitions on the php side?
What about having combinations of 2/3 words keyword trends?
Any thoughts?
Thanks