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.