[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 "Dumped table $ID"; $fields = mysql_list_fields("hyrum_nuke", $ID, $link); $columns = mysql_num_fields($f

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

2001-07-27 Thread Dell Coleman
Hi Looks like the range of the block overlaps the range of the block I usually generate all the TH stuff first You can then generate the 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 the valu