When I Put html tag into html file, I can warp them by CDATA
. I want to display <?php ... ?>
tag as content in php file too.
CDATA
rule is run on client side, can't help for PHP. Now I am using <
and >
to replace the <
and >
.
Is there any better idea to show the php code?