Problem with executing PHP code
I have installed Wordpress (CMS) on Ubuntu and a custom PHP code in one of its pages doesnt execute as it has to. Instead, the code as a whole is directly output to the browser.
7 Replies
If you put it in the wordpress post/page content box then it won't be rendered.
ExecPHP plugin is used to execute PHP code on one of the Wordpress pages.
The purpose of the plugin is to execute the code and output the browser.
Instead, it outputs the code to the webpage.
This plugin works fine on Wordpress installed on Red Hat Linux.
I hope this information helps
@kiranpvsr:
Instead, the code as a whole is directly output to the browser.
You probably use
Use
@obs:
see if eval is in the disabled functions list.
eval can't be disabled, is not function.