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
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
2 matches
Mail list logo