Hi,
i sell sporting merchandise on ebay, and use a img tag to display a image in the listing eg. <IMG src="http://www.example.com./jersey.jpg">
is it possible to have this image change based on which state the buyer is in?
the pictures are hosted on my own server, maybe i can put some code on my server before the picture is displayed on ebay???
I was thinking something in PHP like what is used for displaying a countrys flag by ip like
<A HREF="http://www.hostip.info">
<IMG SRC="http://api.hostip.info/flag.php" BORDER="0" ALT="IP Address Lookup">
</A>
what is the code behind this?
i sell sporting merchandise on ebay, and use a img tag to display a image in the listing eg. <IMG src="http://www.example.com./jersey.jpg">
is it possible to have this image change based on which state the buyer is in?
the pictures are hosted on my own server, maybe i can put some code on my server before the picture is displayed on ebay???
I was thinking something in PHP like what is used for displaying a countrys flag by ip like
<A HREF="http://www.hostip.info">
<IMG SRC="http://api.hostip.info/flag.php" BORDER="0" ALT="IP Address Lookup">
</A>
what is the code behind this?
Comment