I am trying to edit a txt file that I have written previously.
the writing script uses the nl2br() function to add a <br />
When I read the file into a textarea to edit it, it displays all the <br /> tags.
How can I get rid of the line break tags when it displays for editing?
I have played around with strip_tags() with no success.