Help for this page
Select Code to Download
Select
or
download this
$string = "1.00"; if (int ($string > 1)) { ... } else { print "Not true"; }