Hello, I was wondering how to implement a tag system to my website so I can tag my articles (just like blogs) to make them easier to search in my site.
Raymond
6:16 pm on Jan 26, 2006 (gmt 0)
Use a database. Give each of your articles a unique key and categories you want to tag them to. Then incorporate your search function to look for the keywords in your database, as well as the content.