I'm not sure I understand. In my file the HTML2 is a single line of HTML and I need to delete it with the line separator. If I undrestand correctly, to do that I need to put:
ereg_replace("HTML2_\n","","$data");
or what? I think I might have just confused myself more, lol, I'll shut up now and let you explain.