Functions Php

    $mystr = "This is a test\nYes it is.";
    $brstr = nl2br($mystr);
?>