Hi,
I've got a few similar functions for form processing and I keep gettin a parse error on the first line of code within the function block. If anyone could help me solve this I'd really appreciate it.
function isDigits($element) {
return !preg_match ("/[^0-9]/", $element);
}
I cannot figure out what is wrong with the code
all help appreciated
mackid