<?php $s = ''; print "isset: '" . isset($s) . "'. "; print "!empty: '" . !empty($s) . "'"; ?>
You have javascript disabled. You will not be able to edit any code.