Link click count

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ndillonsc
Forum Newbie
Posts: 1
Joined: Wed Nov 12, 2003 11:12 am

Link click count

Post 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.
User avatar
gite_ashish
Forum Contributor
Posts: 118
Joined: Sat Aug 31, 2002 11:38 am
Location: India

Post 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.
Post Reply