validation - How can I check if form input is numeric in PHP? - Stack Overflow
I need to be able to see if a form input in PHP is numeric. If it is not numeric, the website should redirect. I have tried is_numeric() but it does not seem to work. Code examples ......