Code: Select all
$table = "Aero";
<a href="Result_<? echo $table; ?>.php?value=<? echo $code; ?>"><? echo $des; ?></a>Result_$table.php?value=AERO002
It should be giving me a value for table. Any idea why this is happening?
Thanks.
Moderator: General Moderators
Code: Select all
$table = "Aero";
<a href="Result_<? echo $table; ?>.php?value=<? echo $code; ?>"><? echo $des; ?></a>