Right thanks for that
what ive done is created a new Field called Counter and set its type to be BIGINT and its value is all set at 0
i have this Table called "product_title" which shows all the titles of the products i have e.g printer,scanner, and whatever else
When each Product link is clicked it takes u to the product page..on that page has its description and all that stuff on it
Basically each product has its own counters..what needs to be done possibly that each time a page is clicked..the counter is updated..
the product with most hits will appear in the top 10 most hits..
how do i start this

do u need some sort of update query?
thanks
saj