In that case, I don't know of any PHP classes to help you. ----- Original Message ----- From: "Didier McGillis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 7:53 AM Subject: Re: [PHP] HELP please quickly
No. The numbers are coming from two text files. The first text file is the file that I need to compare against the second file, and if I find one match in the second file, I need to move it to the third file. >From: "Rick Emery" <[EMAIL PROTECTED]> >Reply-To: "Rick Emery" <[EMAIL PROTECTED]> >To: "Didier McGillis" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >Subject: Re: [PHP] HELP please quickly >Date: Wed, 22 Jan 2003 07:45:20 -0600 > >Are the numbers coming from a mysql database? If so, mysql can handle this >chore. > >----- Original Message ----- >From: "Didier McGillis" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, January 22, 2003 7:21 AM >Subject: [PHP] HELP please quickly > > >Here is a brief description of what I want to do. I want to use PHP to >grab >a list of numbers in one file. Check it against a bigger file and strip >the >ones that match out of the bigger file, into a "holding" file. > > >so here is what it might look like. > >file1.txt >456789 >456790 >456791 >456792 >456793 >456794 >.... > >file2.log >some time stamp >code=001;number=456784;name=blahblah;date=012403; >some time stamp >code=001;number=456785;name=blahblah;date=012403; >some time stamp >code=001;number=456786;name=blahblah;date=012303; >some time stamp >code=001;number=456789;name=blahblah;date=012503; >some time stamp >code=001;number=456789;name=blahblah;date=012503; >some time stamp >code=001;number=456789;name=blahblah;date=012503; >some time stamp >code=001;number=456789;name=blahblah;date=012503; >some time stamp >code=001;number=456789;name=blahblah;date=012503; >some time stamp >code=001;number=456790;name=blahblah;date=012603; >some time stamp >code=001;number=456791;name=blahblah;date=012703; > >notice there might be more then one of the same number, I only need one so >I >need to ignore the rest, rip out the time stamp, which is a seperate line. > >file3.txt >code=001;number=456789;name=blahblah;date=012503; >code=001;number=456790;name=blahblah;date=012603; >code=001;number=456791;name=blahblah;date=012703; > >can anyone help, any suggestions? > > > > > >_________________________________________________________________ >MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. >http://join.msn.com/?page=features/virus > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php