The Way to Programming
The Way to Programming
I am trying to write a script that will output raw PHP onto a page without executing it.
But to be having more problems than anticipated, any ideas?
My page is in PHP, so for example, like this forum on this page viewtopic.php I could now write something like this
and it shows you my code, doesn’t execute it
More easier way to handle this would be to do
echo htmlentities($yourCode);
Sign in to your account