Check that entered value is numeric or not in php

We can use isnumeric function to check that value is numeric or not it is return true and false .Example ...  if(!isnumeric($value)){
                   echo "Value should be numeric";
                    }



Post a Comment

Previous Post Next Post