Posted by Garry Jones on 04/22/06 20:41
If the variable $delt1 is 8 I want the output
<td class="vt8" >
Which will have read the value of $delt1 from
<td class="vt<?= $delt1 ?>">
As this is part of a larger code I am trying to use x for the number in
$delt1
This:
<td class="vt<?= $delt.$x ?>">
does not work.
Any help greatly appreciated.
Garry Jones
Sweden
Navigation:
[Reply to this message]
|