Forum Moderators: phranque

Message Too Old, No Replies

Preparing a tag system

just like in Flickr etc.

         

ebemunk

7:57 am on Jan 26, 2006 (gmt 0)

10+ Year Member



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)

10+ Year Member



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.