Ver original<?php$string = '21/05/2010 : buenos dias<br><br>me llamo juan';$string = str_replace(PHP_EOL, '', $string);