Actually I meant selectall_arrayref.
Ilya
-----Original Message-----
From: Sterin, Ilya
To: 'Brian Warn '; '[EMAIL PROTECTED] '
Sent: 8/16/01 1:17 PM
Subject: RE: constructing 2D array
Just like you would construct any other two, three, four dimensional
array.
You can either fetch through the data and then build an array, or use
fetchrow_arrayref, which will return an array reference.
Ilya
-----Original Message-----
From: Brian Warn
To: [EMAIL PROTECTED]
Sent: 8/16/01 1:14 PM
Subject: constructing 2D array
Hi All,
Would someone please advise me regarding the best/easiest way to select
two columns' worth of data and form a two-dimensional array? I need to
do so in order to be able to use some of the GD module's methods. I
haven't been able to find answers in documents/archives that I've
checked that I thought would address this.
Thanks,
Brian