[PHP] Re: how to delete lines in a txt file using php.

2005-07-12 Thread M. Sokolewicz
babu wrote: Hi i have a txt file like [SUBSTRAT] TYP=25x25_10 SUBSTRATNAME=S112 PIXEL=5 OPERATOR=Zi KOMMENTAR=dunkel INTENSITAET=1000.00 [MESSUNG] DATUM=03.01.2005 UHRZEIT=11:22 MESSUNG=SWEEP_UI i want to delete lines which start with '[' and 'TYP'. i have multiple such files.i have used

[PHP] Re: how to delete lines in a txt file using php.

2005-07-12 Thread M. Sokolewicz
M. Sokolewicz wrote: babu wrote: Hi i have a txt file like [SUBSTRAT] TYP=25x25_10 SUBSTRATNAME=S112 PIXEL=5 OPERATOR=Zi KOMMENTAR=dunkel INTENSITAET=1000.00 [MESSUNG] DATUM=03.01.2005 UHRZEIT=11:22 MESSUNG=SWEEP_UI i want to delete lines which start with '[' and 'TYP'. i have multiple

[PHP] Re: how to delete lines in a txt file using php.

2005-07-12 Thread babu
hi sokolewicz, i get this error, wehn i try to run the file Parse error: syntax error, unexpected ')', expecting T_PAAMAYIM_NEKUDOTAYIM in C:\apachefriends\xampp\htdocs\fmf\IV-test-files\200501t\dirread2.php on line 21 M. Sokolewicz [EMAIL PROTECTED] wrote: babu wrote: Hi i have a txt file