Re: [PHP] HELP please quickly

2003-01-22 Thread Rick Emery
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

RE: [PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
when it is placed back into the code. Any thoughts. From: "Clarkson, Nick" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 15:21:32 - I managed this bit of code, but I doubt it does exactly what you want, but it's a

RE: [PHP] HELP please quickly

2003-01-22 Thread Clarkson, Nick
"$buffer")) <- CAN'T GET THIS TO WORK ;o( { fwrite ($results, $buffer); } } } ?> -Original Message- From: Didier McGillis [mailto:[EMAIL PROTECTED]] Sent: 22 January 2003 14:33 To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Cool. Tha

Re: [PHP] HELP please quickly

2003-01-22 Thread Marek Kilimajer
, Nick" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 14:15:32 - I'm pretty new to PHP so I can't help you with the code per se, but how about as an outline; Open the first file and read values into an array. Open the

RE: [PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
second file is 7.1MB and seems to fail telling me "Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 81 bytes)" So it seems to be on hurrdle at a time. From: "Clarkson, Nick" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: [PHP

Re: [PHP] HELP please quickly

2003-01-22 Thread Thomas Seifert
the file and loading it into an array > which one is better? > > > > > > > >From: "Timothy Hitchens \(HiTCHO\)" <[EMAIL PROTECTED]> > >Reply-To: <[EMAIL PROTECTED]> > >To: "'Didier McGillis'" <[EMAIL PROTE

RE: [PHP] HELP please quickly

2003-01-22 Thread Clarkson, Nick
ier McGillis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HELP please quickly 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 S

RE: [PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
"'Didier McGillis'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: [PHP] HELP please quickly Date: Wed, 22 Jan 2003 23:26:10 +1000 You first file just requires loading into an array and you can use unique array functions to remove duplicates etc.. The othe

Re: [PHP] HELP please quickly

2003-01-22 Thread Rick Emery
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 comin

RE: [PHP] HELP please quickly

2003-01-22 Thread Timothy Hitchens \(HiTCHO\)
in the www.php.net manual. Timothy Hitchens (HiTCHO) Open Source Consulting e-mail: [EMAIL PROTECTED] > -Original Message- > From: Didier McGillis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 22 January 2003 11:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP] HELP

[PHP] HELP please quickly

2003-01-22 Thread Didier McGillis
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 456