sillysillysilly Posted February 25, 2009 Share Posted February 25, 2009 I would like to try and write a page counter that will let me know when somone has clicked a craigslist ad of mine. Because craigslist does not support php I would have to do with with an code like this one. <!-- Counter Code START --><a href="http://www.mesolink.org/" target="_blank"><img src="http://www.e-zeeinternet.com/count.php?page=255642&style=bluesky&nbdigits=4&reloads=1" alt="Mesothelioma" border="0" ></a> <br><a href="http://www.mesolink.org/" title="Mesothelioma" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none;">Mesothelioma</a><!-- Counter Code END --> Does anyone know how they do that? thier website is http://www.e-zeeinternet.com/ thanks Link to comment https://forums.phpfreaks.com/topic/146879-php-page-counter/ Share on other sites More sharing options...
premiso Posted February 25, 2009 Share Posted February 25, 2009 Yea, the image is created and display by php and before that is done a counter is initiated and records the hit to the database. Granted you do not need the link, just the image and the image can be a clear pixel so no one sees it. Link to comment https://forums.phpfreaks.com/topic/146879-php-page-counter/#findComment-771165 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.