About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.4.33
Restore
Store
Run »
« Get
<?php $num = 12; if (is_numeric($num)) { echo $num . " is numeric"; } else { echo $num . " is not numeric"; } ?>