<?php $val = 'someprefix3333'; if($val > 0){ echo $val . ' is greater than 0'; } else { echo $val . ' is NOT greater than 0'; }
You have javascript disabled. You will not be able to edit any code.