Help for this page

Select Code to Download


  1. or download this
    $field = "abc";
    if ($field > 0) { print "its a number" }
    
  2. or download this
    $field = "1abc";
    if ($field > 0) { print "its a number" }