Hello,
I'm wondering what everyone's opinion is on what would be the best way to implement comma-separated tags on a web site using
PHP, MySQL, and Javascript. Each page should have tags which are created along with the page that describe the content on that page. I want to compare tags between pages to find the most relevant "related" pages on my site.
In case that isn't clear, what I am trying to explain would be very similar to the comma-separated "Tags" field just below this text box on the forum where "you may add 5 tag(s) to this thread."
What is the best way to implement this? Does anyone have a script that might get me started? Thanks in advance.