Hi guys,
I have a link in my php page that looks like the following:
<?php
echo "<a href=hotel-map.php?id=$pid>Map Details</a>";
?>
Although instead of the "map details" text I want an image there...
can someone tell me how I'd do this please? I can't seem to find anything around about how to do this....
thanks in advance :)