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