Hello,
I was just wondering if anyone has created a good function to verify form input of type double?
Meaning valid input should only contain numbers and possibly a decimal place.
Boy that was silly of me.
Didn't realize there was a is_float() function already in PHP.