I have a text file(text.txt) contain this lines
How are you?
I'm Fine
I'm Very well
by php : how can I delete the second line(I'm Fine) ?
Printable View
I have a text file(text.txt) contain this lines
How are you?
I'm Fine
I'm Very well
by php : how can I delete the second line(I'm Fine) ?
the only way I think you can do it is to load that file in a textbox and then delete what you want, then resave it.