Can someone quickly explain what I'll need to do and record in the database etc. I know I have to record all the searches, but I'm not sure how I'd go about checking what is the most searched. [/dumb]
Not sure what your question is, but if you are going to create a form, you can always store the values in database (mysql) with PHP. But as I said, I have not really understood your question :S
Hello, I was trying to understand, but really I could not, please can you explain again? Are you looking for create a search script with PHP ? and save it in a database and then make a rank with the term more searched ?
Check to see if that term has been searched for before, if it has increment the counter for that word by one, otherwise insert that word into the db with a counter value of 1.