Variables Inside a Table (HTML)?

mtttess

New member
How do I put a variable inside a table cell?

For example,

<table>
<tr>
<td>DISPLAY CONTENTS OF VARIABLE</td>
</tr>
</table>

tyvm
 
Back
Top