my problem is the following:
i do have a text file with entries on each line: add.php adds an "\n" to each end of line, so i have propper linebreaks.
45¦69¦test¦end
78¦89¦tes2¦en
now, i want to delete the first line.
i check for the string and replace it with ""
problem now is, when i look for the string including "\n" it wont find it. how can i chek for the propper string including the linbreak?
checking without produces an empty line....
thanks
mike