Forum Moderators: coopster
<a href="http://www.********.com/top/in.php?id=127">
<img src="http://www.*******.com/top/button.php?id=127" border="0" />
</a>
This will display on most sites but the sites that do not support php it does not. Is there a way to change the image link so its not button.php?id=127 but just a regular image link for id # 127.?
If the URL in the above img tag point to your site, then it should not matter whether or not the user's site supports PHP. As long as your image script (button.php) sends the correct headers.
I do believe that some old browsers get confused by the .php extension inside an image tag.
Can we see the image script?