Forum Moderators: coopster
After i enter a client number that number should be passed to the next php page accessed. here is the code
Code to send variable:
<TD ROWSPAN="1" COLSPAN="1" WIDTH="113" HEIGHT="52">
<a href="flights.php?<?php echo $Client_num;?>">
<img border="0" src="images/flightsbutton%20copy.jpg" width="113" height="64"></a></TD>
Code to recieve the variable & echo it:
<?
$Client_num = $_GET['Client_num'];
echo "This clients number is: $Client_num";
?>
There is no number or anything after the = sign.
any ideas on what may be wrong.
Thanks,
Dan
[edited by: coopster at 1:20 pm (utc) on Nov. 22, 2004]
[edit reason] generalized url per TOS [webmasterworld.com] [/edit]