Hey, ok so I kinda have an issue, not too hard to explain, here is the code to a page I have:
PHP Code:
<? if(isset($_GET['code'])){ Echo "code: $code"; } ?>
and when I set $_GET['code'] to be "<? echo "test"; ?>" it wont show anything, but when I view the source, I see "<? echo "test"; ?>"
What can I insert in the field or URL to make it so it will actually echo "test" ?