Page 2 of 2

Posted: Mon Jan 17, 2005 1:25 pm
by siefkencp
How about just using the file function as an array... ??

Trim did not work...

Posted: Mon Jan 17, 2005 1:28 pm
by siefkencp
Ignor that. Im stopping this thread its getting unruley

Posted: Mon Jan 17, 2005 1:32 pm
by feyd
you are supposed to trim() the line as it comes in. e.g.:

Code: Select all

$line = trim(fgets($fp,1000));

Posted: Mon Jan 17, 2005 1:42 pm
by siefkencp
Done 8900 deletions and a new found respect for large database deduping...