Page 1 of 1

Link click count

Posted: Wed Nov 12, 2003 11:12 am
by ndillonsc
I have looked at some scripts online but cannot figure this out.

I have made a photogrpahy site for a guy. http://www.normruttanphotography.com

But what I am needing to do is under the thumbnails of the portfolio pages I would like to display the number of times that image has been viewed.

If anyone knows a good tutorial or script I would really appreciate it.

Appreciate any help.

Posted: Wed Nov 12, 2003 12:23 pm
by gite_ashish
if u r using database -
u can keep a column in table which can be incremented on per photo display and same value u can then read and display under the photo as 'view count'

hope this helps.