[PHP] sorting and searching an Array

2002-07-17 Thread rdkurth
After I read this file into an array (small sample of file below) I need to sorted it by the name at the end of each line and then echo out only the ones that the name equals the name in a search variable. Also could somebody recommend a PHP book that covers a lot of info on working with

Re: [PHP] sorting and searching an Array

2002-07-17 Thread Kevin Stone
PROTECTED] Sent: Wednesday, July 17, 2002 1:52 PM Subject: [PHP] sorting and searching an Array After I read this file into an array (small sample of file below) I need to sorted it by the name at the end of each line and then echo out only the ones that the name equals the name in a search