I want your help to create Concept . i want to create a section Popular Searches in my site. now this section works on bases of search by users. i think we also have to input sum value into database. so any comment or info how to do that search. eaxmple:- Popular Searches in:- http://www.alibaba.com/ and Hot Searches in:- http://www.ebay.in/ Pl help Me. Thanks Harsh
make two tables. one with keyword and the other with sum when a new search is done query the table keywords..if it's in the table already up the table sum with one and if it's not in insert it in both.