How do I show todays top search list??
Posted
by mathew
on Stack Overflow
See other posts from Stack Overflow
or by mathew
Published on 2010-05-13T09:41:55Z
Indexed on
2010/05/13
9:44 UTC
Read the original article
Hit count: 383
I owns a website which is doing lots of searches per day. these search results are stored in my MySQL databse. what I want is I want retrieve today's top searches from MySQL limit to 20 and display in my website. how do I do this with PHP & MySQL??
Thanks
Mathew
© Stack Overflow or respective owner