also, i can't get this regular expression to work either
should return true if it is anything but two digits 0-9
if(!eregi($string,$regex))
$error = true;
right? or do i have eregi() wrong?
i've tried these expressions:
"[0-9][0-9]", "[0-9]*", "[0-9]+"
and none of them work
and i still can't get the first one working either
help!!
thanks!