in reply to extract column data
->selectrow_array fetches only a single row.
Better use ->fetchall_arrayref instead.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: extract column data
by bigup401 (Pilgrim) on May 24, 2017 at 12:17 UTC | |
by Corion (Patriarch) on May 24, 2017 at 12:22 UTC | |
by bigup401 (Pilgrim) on May 24, 2017 at 13:43 UTC | |
by thanos1983 (Parson) on May 24, 2017 at 14:57 UTC | |
by bigup401 (Pilgrim) on May 24, 2017 at 15:58 UTC | |
| |
A reply falls below the community's threshold of quality. You may see it by logging in. |