<?php $myvar = 0; if (empty($myvar)) { echo "It's empty."; } if(!isset($myvar)) { echo "It's not set."; }
You have javascript disabled. You will not be able to edit any code.