Re: [PHP] Dumping fields.....

2001-07-27 Thread Dell Coleman
Hi Looks like the range of the TR block overlaps the range of the TH block I usually generate all the TH stuff first You can then generate the TR TD and data elements as needed after that for each row HTH Jeff Lewis wrote: Using this function to dump a table, having a problem outputting

[PHP] Dumping fields.....

2001-07-27 Thread Jeff Lewis
Using this function to dump a table, having a problem outputting the value below after the SELECT * FROM $ID. function dump($ID, $link) { echo font class=\txt\Dumped table b$ID/b/fonttable border=\1\tr; $fields = mysql_list_fields(hyrum_nuke, $ID, $link);