On Mon, January 21, 2008 10:39 pm, nihilism machine wrote:
>               $UserInput = strip_tags($text, $allowedtags);

$text is not defined, so it's blank, so now $UserInput is blank...

This also tells me that you aren't using E_ALL for development, which
is a BAD IDEA...

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to