Hi guys,

I'd like to restrict the characters a client is inputting to a database.

I already have a system that'll exclude certain characters.  Alpha Numerics
are permitted, together with the underscore and spaces.  Is there a
collective expression for the following characters? :

!",.?@()

Because I'd like to allow those too.  And I'm useless with RegEx.

Thanks as always,
James.



-- 
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