It might be a bit unusual, but I need to echo <?php
. However, I think that PHP treats it as an actual <?php
and starts executing code instead of treating it as a string. How can I escape <?php
and ?>
so they can be treated as strings? There was nothing in the manual about this.
Thanks, I know this is a bit unusual.