Snippets tagged “new-lines”
2 snippets use this tag.
- New lines (\r\n) are not working in email bodyPHP
In order to include new lines in the body of an email sent with PHP, you will need to use the proper new line characters.
- Remove new lines from string and replace with one empty spacePHP
To remove new lines from a string and replace them with a single empty space in PHP, you can use the str_replace function.