Carriage return is "\r". Mind the double quotes!
If you want to put a line break in your text, while using PHP, and want to render it correctly in different operating system:
If you want to put a line break in your text, while using PHP, and want to render it correctly in different operating system:
- Mac: \r
- Linux/Unix: \n
- Windows: \r\n
No comments:
Post a Comment
Thank you for your Feedback!
www.evagabond.me