function HtmlSrc($input) { $input = htmlspecialchars($input); $output = nl2br($input); echo "$output"; } HtmlSrc($variable);