1 2 3 4 5 6 7
<?php if (!$_REQUEST["message"]){ print "ERROR: message property not found"; }else{ print $_REQUEST["message"]; } ?>