Re: [PHP] extract column from multidimentional array

2008-09-29 Thread Nilesh Govindrajan
eneral@lists.php.net > >> Subject: [PHP] extract column from multidimentional array > >> > >> Hi, > >> > >> below you will find the code for a small script where i'm able to > >> extract a row but not a column. > >

RE: [PHP] extract column from multidimentional array

2008-09-29 Thread Boyd, Todd M.
> -Original Message- > From: It flance [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2008 11:04 AM > To: php-general@lists.php.net > Subject: [PHP] extract column from multidimentional array > > Hi, > > below you will find the code for a small script

Re: [PHP] extract column from multidimentional array

2008-09-29 Thread Philip Thompson
On Sep 29, 2008, at 11:08 AM, Boyd, Todd M. wrote: -Original Message- From: It flance [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2008 11:04 AM To: php-general@lists.php.net Subject: [PHP] extract column from multidimentional array Hi, below you will find the code for a

Re: [PHP] extract column from multidimentional array

2008-09-29 Thread Nilesh Govindrajan
On Monday 29 September 2008 09:34:10 pm It flance wrote: > Hi, > > below you will find the code for a small script where i'm able to extract a > row but not a column. > > So the question is how can I do that. > > Here is the code: > > > $arr = array( > array('00', '01', '02', '03')

[PHP] extract column from multidimentional array

2008-09-29 Thread It flance
Hi, below you will find the code for a small script where i'm able to extract a row but not a column. So the question is how can I do that. Here is the code: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php