On Wed, 17 Nov 2004 10:28:30 +1100, adwinwijaya
<[EMAIL PROTECTED]> wrote:
> Hello php-general,
> 
> I have question for you :)
> 
> Is there suggestion about how to remove html tag, javascript and quote
> (' & ") from user's input at the same time ?

strip_tags()
str_replace()


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to