hello
i'm trying to put a top 10 pages viewed in my website
supose its a joke site
the jokes is saved in MySQL, and there is a coloum in the table called counter, when ever a joke is viewed the counter increase one.
i thought of making a for loop to to sort the jokes according to the most viewed joke, and then display a TOP 10 table.
but i didnt know how to do it, how to display the top 10.
or if there is another way to do this.
i hope you can help me people
