At Fri, 24 Jan 2003 16:54:24 +1100, Jim Hall wrote:
> After selecting a set of data using the following:
>
>...
>$dat = $sth_rte_sel -> fetchall_arrayref;
>...
>
> and then attempting to display in a table:
>
>
> [+ $dat->[$row][1] +]
> [+ $dat->[$row][3] +]
> [+ $dat
G'Day,
After selecting a set of data using the following:
...
$dat = $sth_rte_sel -> fetchall_arrayref;
...
and then attempting to display in a table:
[+ $dat->[$row][1] +]
[+ $dat->[$row][3] +]
[+ $dat->[$row][4] +]
[+ $dat->[$row][5] +]
[+ $dat->[$row][6] +]