Quote:
Originally Posted by choona
How do you record number of views?
For example, one of your site visitors click on a gallery thumbnail, then the views counter for that thumbnail increments.
|
There are so many free ways to record information now. One notable example is Google Webmaster. However, I'm not sure whether it will know which link/thumbnail was clicked, but there's much intel to be gathered from it. It works using Javascript.
If you want to do something like that, you'd have to do it in Javascript/Ajax. It can be done in PHP, but it will be more difficult.
See www(d)google(d)com/webmasters
Egon