why does stripslashes("\r\n\' ") strip the slash before the ' but not before the r and the n?
the output in the browser is just ' (with a new line generated in the html code corresponding to the \r\n without slashes stripped) instead of being rn', which you would expect if all slashes were stripped.
the output in the browser is just ' (with a new line generated in the html code corresponding to the \r\n without slashes stripped) instead of being rn', which you would expect if all slashes were stripped.