tryit it editor code example Example: how to create a tryit editor <?php $myCode = @$_REQUEST["code"]; print $myCode ; ?>