use php-exec and the actual php code is appearing on the the web page
-
<head></head>
<body>
Agent: So who do you think you are, anyhow?
[php]
echo ‘Neo: I am Neo, but my people call me The One.’;
[/php]
</body>
</html>
I then updated the page and when I viewed it the above code appeared on the page instead of just what was echoed.
I’m sure it is something stupid that I did. Can anyone help me with this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘use php-exec and the actual php code is appearing on the the web page’ is closed to new replies.