NetGiaco Posted December 8, 2003 Share Posted December 8, 2003 How do you add HTML like TABLES & CELLS to PHP script before the ?> Help Please, Marty D. Link to comment Share on other sites More sharing options...
moonstone Posted December 8, 2003 Share Posted December 8, 2003 Simply use the echo command. For example: <?php echo '<TABLE><TR><TD>Row 1 Column 1</TD><TD>Row 1 Column 2</TD></TR>><TR><TD>Row 2 Column 1</TD><TD>Row 2 Column 2</TD></TR></TABLE>'; ?> Hope this helps... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.