function paragraphs($text) { $fulltext = ''; $text_array = explode("\n\n", $text); foreach($text_array AS $ta) { $ta = str_replace("\n", "", $ta); $fulltext =. "" . $ta . ""; } return $fulltext; }
" . $ta . "