Trending boxes can be seen is social networks. Facebook, Twitter, Google + have it. Why not create one of your own. You can create your own using HTML and add styling by CSS. We will use PHP for updating most searched queries in MySQL database.
How the trending box looks like :
We need a table for storing the search queries. For this we are going to create a table named "trends". Execute this SQL code to create the table
... [READ MORE]