Help for this page
if(('$checkvalue' gt '$value1') && ('$checkvalue' le '$value2'))
if( $checkvalue > $value1 and $checkvalue <= $value2)