Hi!
I 'd like to have an input that contains only a to Z and space and 
ëàéêêàäïüöûâç- nothing else like numbers or whatever and also does not start 
with space !
till now with ur help i get the following :

(!ereg("[a-zA-Z[:space:]ëàéêêàäïüöûâç-]", $name))
but it accepts  numbers ,
i tried
(!ereg("^[0-9]+[a-zA-Z[:space:]ëàéêêàäïüöûâç-]", $name))
it no more accepts letters nor anything !

Thanks


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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