Hi,

I'm having trouble working with Multidimensional Arrays. Does anyone  
have any tutorials or links they might share  on the topic. The  
challenges I'm having are sorting by a value in the 2nd array and  
searching for a value in the second array.

Array
(
     [0] => Array
         (
             [id] => 6
             [answer] => A
             [remote_address] => 24.15.143.7
             [date_time] => 2006-06-20 07:35:24
             [survey_id] => 1
         )

     [1] => Array
         (
             [id] => 4
             [answer] => B
             [remote_address] => 24.15.143.7
             [date_time] => 2006-06-20 07:35:24
             [survey_id] => 1
         )
)

I'm just not getting how the php example works with usort() or  
array_filter().

Sincerely,
Mike
-- 
Mike Brandonisio                 *    IT Planning & Support
Tech One Illustration            *    Database Applications
tel (630) 759-9283               *    e-Commerce
[EMAIL PROTECTED]  *    www.techoneillustration.com




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to