<?php $html = <<<HTML Dear friends, I just wanted so Hello. How are you guys? I'm fine, thanks! Greetings, Bill HTML; echo preg_replace('/\R/', '<br />', $html);
You have javascript disabled. You will not be able to edit any code.