string not working
Posted: Sat Jan 11, 2003 10:13 pm
Small problem with a line of code..
The problem is, when you publish the link and take a look at it, it gives me something like this...
Result_$table.php?value=AERO002
It should be giving me a value for table. Any idea why this is happening?
Thanks.
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.