Help for this page

Select Code to Download


  1. or download this
        $var1 = "";
        $var2 = "N";
        if ( $var1 != $var2) {
            print "Not Match";
        }