Forum Moderators: coopster
<a href="flights.php">
<input type="hidden" name="var" value="<?=$Client_num?>" />
<img border="0" src="images/flightsbutton%20copy.jpg" width="113" height="64">
</a></TD>
the other page contains
$Client_num = $_POST['var'];
If you want to keep the variable out of the URL, you might be able to get that effect by making a form with the hidden fields you want in it, then creating a custom submit button using your flightsbutton image. If you need to further sort that method out, you should take it to the HTML and Browsers [webmasterworld.com] forum.
I hope this helps