Is there any way to force PHP to recognize a form vlue as an INT instead of as text?
I am trying to determine if the user entered a number or not and then make some decisions based on that. HTML seems to pass everything along as a string instead of whatever it actually is (a number for instance).
Is there any other way to do this?
TIA