Back To PHP Sessions
1) { throw new Exception("Value must be 1 or below"); } return true; } try { checkNum(1); print('the number is 1 or below'); } catch(Exception $e) { print('Message: ' .$e->getMessage()); } ?>