Show Html-table from database

wxdqz

New Member
This is the code of the table:
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

How do I have to show this field? I mean... is this OK?

<?php echo ereg_replace("\n", "<br>", $article->f("table")); ?>
 
Back
Top