How to get the trending tags using php and mysql?

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-03-14T22:04:22Z Indexed on 2010/03/14 22:05 UTC
Read the original article Hit count: 216

Filed under:
|

Hello

I have a table : tags(tagname,entryid,stamp) and i want to make a section for the most trending tags today, the tagname column has no unique value, because many entries has the same tag, so the php code that i want should display the most attached tags today.

Note: the "stamp" column is the date of adding the tag in UNIX time stamp format.

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql