Ive created a very simple feedback form that saves comments from users in a .txt file, one comment per line with individual ID's.
Problem is if the user uses the return button in the scrolling text feild the comments are then spread over more than one line and the ID's no longer get recorded correctly.
Ive looked in to the strip_tags() function but well im not entirly sure wether there is a tag for return? is it <p></p>?
Anybody got any comments, as you can see im a bit fuzzy on this subject 😕