Please answer this simple SPAM challenge: six minus five? (Example: nine)
Here's a more simple one: <?php /** * Convert BR tags to nl * * @param string The string to convert * @return string The converted string */ function br2nl($string) { return preg_replace('/\<br(\s*)?\/?\>/i', "\n", $string); } ?> Enjoy
<< Back to user notes page