I am using php 5 and having a small issue. I would like to use an image with a link not a text link using an individual id. The code for the text link is
<?php echo'<a href="insertaroom.php?id=' . "$hid" . '">Click here to insert a new room and description</a>'; ?>
But what I would like to do is use an image not words. I have tried many things but just can not get it to work.
Any help would be great