/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function replace_line_breaks($str, $replace = '') { ", "\n", "\r", "chr(13)", "\t", "\0", "\x0B"); }