I am building a website for users to enter stories and want to allow certain html tags, like <b>, <i>, <UL>, <LI> and a few others, also I want a way to allow links as well
Does anyone have a function written to do this?
Right now, I just use htmlspecialchars to get rid of all html tags
note: I am stuff in the doldrums of PHP3 b/c my host sucks, so don't bombard me with php4 stuff (though recommending a cheap, reliable PHP4 host would be nice)
sammy