in reply to Re: Simple db select output script hanging up.
in thread Simple db select output script hanging up.
So I changed the output loop to:
for $i (0 .. $#data) { print "<br>$i => "; for $j (0 .. $#{$data[$i]}) { print ", $data[$i][$j]"; } }
but, no change, exact same behaviour.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Simple db select output script hanging up.
by shmem (Chancellor) on Jun 22, 2007 at 17:49 UTC |