Hello, I have a form with a textarea field, I'm trying to eliminate the <enter> keywords that users write on it, what can I do using php? for instance: the original phrase would be: "Hello <enter> world!" after using a function php must be: "Hello world!".
Thanks