Posted by H@C0 on 11/14/06 12:13
Hi,
In php I have line to put 2 variables in 1 cell:
echo "<td class=\"DataTD\" colspan=\"3\"> $var1 $var2 </td>";
The result is that the output of the variables are placed side by side.
How can I place them under each other?
Thanks for any tips.
Regards, Hans
Navigation:
[Reply to this message]
|