accept only real numbers in php code example
Example 1: php is variable a number
if(is_numeric($what_am_i)){
//true
}
Example 2: php how to get decimal after devide
$x = 110 % 30;
if(is_numeric($what_am_i)){
//true
}
$x = 110 % 30;