how to create a tryit editor

42

<?php 
$myCode = @$_REQUEST["code"];
print $myCode ;
?>

Comments

Submit
0 Comments