Thread
:
[SOLVED] Disable html tag except <br>
View Single Post
#
2
(
permalink
)
05-20-08, 10:27 AM
Keith
Community Liaison
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
This should do it:
PHP Code:
$input
=
strip_tags
(
$input
,
'<br>'
);
__________________
The toxic
ZCE
Keith
View Public Profile
Find all posts by Keith