Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread 1LT John W. Holmes
file); ---John Holmes... - Original Message - From: "Didier McGillis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 4:23 PM Subject: Re: [PHP] HELP HELP on a file parser > Fixed a couple of things in the code. Pretty good for

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread 1LT John W. Holmes
, 2003 4:23 PM Subject: Re: [PHP] HELP HELP on a file parser > Fixed a couple of things in the code. Pretty good for psudo code. :) > > But I get this error when running. > > Warning: Argument #1 to array_intersect() is not an array in > /home/httpd/vhosts/mccullough-n

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread Didier McGillis
in the log //file that matches a number in the in.txt file $answer = array_flip($intersect); fwrite ($results, $answer); From: "1LT John W. Holmes" <[EMAIL PROTECTED]> Reply-To: "1LT John W. Holmes" <[EMAIL PROTECTED]> To: "Didier McGillis" <[EMAIL PROTEC

Re: [PHP] HELP HELP on a file parser

2003-01-22 Thread 1LT John W. Holmes
From: "Didier McGillis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 5:49 PM Subject: Re: [PHP] HELP HELP on a file parser > Sorry should have done this. > > in.txt (there will be 470 of these #'s) - it uses these numbers to ch

Re: [PHP] HELP HELP on a file parser

2003-01-21 Thread 1LT John W. Holmes
> I need some help, I think this is probably really simple and I was wondering > if anyone had some code I could use to help me write this. > > I need a page to parse a text file with a list of numbers, and then take > those numbers and parse another file with over 7MB of information and to > look