"FredrikAT" <[EMAIL PROTECTED]> wrote:
> 1. Is there a easy way to ignore/don't take HTML/php tags inside a post..

strip_tags() could be useful.  It strips PHP and HTML tags and you can
optionally add a list of allowable tags, which is nice if you want to allow
bold and hyperlinks, but not other tags.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to