alot of rapidshare search engine have on home page the last 200 searches i want to know how to do that
You maintain a Database, of searched terms, with the time it was searched (use time() function in php) and on index page, connect to database, get table By rows, in Descending order of time field, and Print the terms, Use a Loop to keep count how many you want to print. Btw, i think this is wrong section.