function display_html_from_user_text($input) {
$output=strip_html_tags($input);
$output=make_url_links($input);
$output=convert_newlines($output);
return($output);
}
Comments and queries welcome - feel free to mail me!
SVN revision: 190
PHP 5.3.5-1ubuntu7.4