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
(
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
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
(
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
4 matches
Mail list logo