Help for this page

Select Code to Download


  1. or download this
    $string = "1:00";
    if (int ($string > 3)) {
    ...
    } else {
      print "Not true";
    }