What I want to do is count the number of clicks on this type of an image tel link:
<a href="tel:123456789"> <img src="images/myimage.jpg" alt="myimage" /> </a>
But my target platform - old Nokia phone browsers, does not support javascript so I've to use server side technolgies, namely php.
I'm hoping to integrate this with Google Analytics but if this isn't possible, that's fine as long as I can count the click and make the call simultaneously.