Hi All,
  I tried to cut a corner and use an  alphabetic validation I am using 
elsewhere
  $stuff = "/^[a-zA-Z]+$/";
if(preg_match($stuff, $value))

looks like I forgot about +( )- being in phone number. What is the 
easiest way to allow these 4  characters? Are there any other characters 
that people use?

TIA
Gary


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

Reply via email to