How can i create a section on my website where i show the 5 most viewed items? I guess it's a start to use this query: SELECT TOP 5 * FROM Palace. But how can i detect the number of views and link it to the right palace?
Doing the echo afterwards shouldn't give that much trouble.
Thnx in advance!