$num_attendees){ $available_spaces = $reg_limit - $num_attendees; }else if ($reg_limit <= $num_attendees){ $available_spaces = 'EVENT FULL'; } } if ($reg_limit == "" || $reg_limit == " " || $reg_limit == "999"){$available_spaces = "Unlimited";} ?>