Hello,
I have a file called counter.html
Inside the counter.html file, I have <img src="http://domain.com/counter.php?type=txt">
I want it to display either an image or text count. Depending on the 'type'.
counter.php will do all the work of incrementing the counter and display the results. But i'm having problems with showing the count on counter.html
Can anyone help?