I need to filter out certain characters from being
stored in the database from our signup form. The
fields include first name, last name, street address,
city, zip, etc.

Question 1: What characters should be allowed, other
than lowercase, uppercase, digits, and the space
character?

Question 2: What is a regular expression for this?

My main goal is to filter out chinese and other characters...

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

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

Reply via email to