$tt = "03"; if ($tt == $this_category) { print "YES"; } else {print "NO: tt--$tt-- this_category--$this_category--";} #### NO: tt--03-- this_category--03--