How to Replace Newline with Space Using PHP
Sometimes you need to replace newline (i.e. \r\n) with space. While I am trying to do this in my website I wonder why str_replace function doesn’t work.
Example:
- Read more about How to Replace Newline with Space Using PHP
- 4 comments
- Log in or register to post comments
- 210 views