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: ?php $arr = array( array('00', '01', '02', '03'),

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 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 where i'm able to extract a row but

Re: [PHP] extract column from multidimentional array

2008-09-29 Thread Nilesh Govindrajan
On Monday 29 September 2008 10:15:29 pm Philip Thompson wrote: 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