A website accepts form input and outputs it to the screen, but replaces every <? to <--? turning them to comments.
Let's say I POST the following:
<?php echo "xy"; /* arbitrary php code */
and I want to get it running. Is there any way to inject something between the < and ? characters that gets skipped during php parsing?