Re: [PHP] Comparing 2 files

2004-03-20 Thread Raditha Dissanayake
You are reinventng the wheel try `diff file1 file2`; Jens Schmeiser wrote: Dear list. I want to compare two text files and print the differences. The text files contain the structure of a database, so they are very big (>6000 lines). The file looks like that: TABLENAME#COLUMNNAME#DATATYPE#DATALEN

[PHP] Comparing 2 files

2004-03-20 Thread Jens Schmeiser
Dear list. I want to compare two text files and print the differences. The text files contain the structure of a database, so they are very big (>6000 lines). The file looks like that: TABLENAME#COLUMNNAME#DATATYPE#DATALENGTH#DATAPRECISION#NULLS ... I only check if the datatype and nulls are dif