Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I add a counter cgi

Status
Not open for further replies.

lilewils

ISP
Jan 22, 2002
2
GB
Could someone help me I am placing a counter on my index page, and have been told to reference it in an image tag but do not know ho to go abou this.
If anyone can help this would be great.
lilewils
 
I never really wanted a counter so I have never done one. However, that is a common topic in this forum and the perl forum. You can use the search utility to look 'hope this helps

If you are new to Tek-Tips, please use descriptive titles, check the FAQs, and beware the evil typo.
 
Most graphical counter that use an image tag do it in this fashion

<img src=&quot;
Basically, You need a perl script to manipulate a set of images into the order of the counter number. Most ppl use the GD.pm module to perform this task. There is also a C library called FLY that will do the same.

Do you have the a counter.cgi program?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top