i.e.
%26lt;html%26gt;
%26lt;body%26gt;
Hello!
%26lt;?php
echo %26quot;Test%26quot;;
?%26gt;
%26lt;/body%26gt;
%26lt;/html%26gt;
This will only show Hello and not %26#039;Test%26#039;!
Is there something additional I need to configure?
Thank You! 0% 0 Votes
