function display_html_from_user_text($input) {
$output=strip_html_tags($input);
$output=make_url_links($input);
$output=convert_newlines($output);
return($output);
}
<< First | < Previous | Next > | Last >>
Comments and queries welcome - feel free to mail me!
SVN revision: 190
PHP 5.2.6-3ubuntu4.2