E
|
e61 11/13/2008 |
Hi, is it possible to validate a text field? Only allowed are alphabetic characters, no special characters as @ = ( ) and so on. If it is, what must i do? Rainer
$string = $values["Some_Field"]; |
R
|
rainerwolf author 11/18/2008 |
Try this: $string = $values["Some_Field"];
|