I.E.
<? php
echo "<table><tr><td> ...
mysql_query ("select * from ...
echo "$data[0] ...
etc etc etc
OR
<table><tr><td>
<?php mysql_query("select * from ... echo "$data[0] ?>
</td></tr>
</table>
Just an Enquiring mind...
Thanks
Moderator: General Moderators