PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<body >
<table>
<? this will be a DO loop { ?>
<tr>
<?php echo $td2; ?>
</tr>
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
</table>
how can i proccess $strarray2[$i] as the var $row_recordset['fields']from the database
Last edited by AXEmonster on Mon Jun 13, 2005 6:10 am, edited 1 time in total.
<table>
<tr>
<?php echo $td1; ?>
</tr>
<? this will be a DO loop { ?>
<tr>
<?php echo $td2; ?>
</tr>
<?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
</table>
$td1 generates the column heders in the same way and is working ok.
The best i got was the the table formatting correctly but with $row_recordset1['fields'] being output as a literal string under each heading