Functions Php

   $recipe = "3 
   1
   8
   3";
   // convert the newlines to 's.
   echo nl2br($recipe);
?>