hi there. i will like to ask if anyone knows if the image is able to pass value to another page? if it is possible, can you teach me the codes to pass value to another page? many many thanks in advance 
well, this is what i know.
<a href= “Search.php?txtSearch=<?php echo $txtSearch; ?>”><img src=“mag.jpg”></a>
but it seems like the values aren’t passing over to the search page.