Re: [PHP] Finding a value in an array

2004-07-22 Thread charles kline
Thanks!!! On Jul 22, 2004, at 11:39 PM, Justin Patrin wrote: On Thu, 22 Jul 2004 23:34:56 -0400, charles kline <[EMAIL PROTECTED]> wrote: Hi all, I am using fgetcsv() to get a tab delimited text file into an array. It gives me an array in this format: Array ( [0] => Array (

Re: [PHP] Finding a value in an array

2004-07-22 Thread Justin Patrin
On Thu, 22 Jul 2004 23:34:56 -0400, charles kline <[EMAIL PROTECTED]> wrote: > Hi all, > > I am using fgetcsv() to get a tab delimited text file into an array. It > gives me an array in this format: > > Array > ( > [0] => Array > ( > [0] => 97 > [1] => Effe

[PHP] Finding a value in an array

2004-07-22 Thread charles kline
Hi all, I am using fgetcsv() to get a tab delimited text file into an array. It gives me an array in this format: Array ( [0] => Array ( [0] => 97 [1] => Effects of Slow Heating Rates on Products of Polyethylene Pyrolysis ) [1] => Array (

[PHP] finding a value in an array

2002-11-04 Thread Craig
I have a database table that holds the values of IDs in the format 1,2,3,4,5,67,x,x,x,x,x,x I am using a dynamic select list menu that displays a list of items from a 2nd table with the values set to their unique ids eg item 1 item2 item 3 item 4 item 5 i am trying to use an array search that wil