WP Messes up PHP when using the runPHP plugin
-
Hi, im kind of a WP noob, so this may be fixable with some option that I overlooked or something.
I’m using a plugin called runPHP, which is supposed to execute PHP code in your posts and pages. I have it all installed and activated and working fine with one exception.
Whenever I post PHP code, WordPress filters it and replaces special characters with HTML codes.
For example, if I use “>” as an operator in PHP, WP replaces it with “>” which causes some errors in the PHP.
The only way I have to insert unfiltered PHP is to directly edit my mySQL DB, which is fine for now, but isn’t going to fly if i get more authors.
I am fine with modifying it so that it doesn’t filter my posts like that at all, I just don’t know how to do it.
P.S: Yes, I am using the “code” tab to enter my PHP code.
- The topic ‘WP Messes up PHP when using the runPHP plugin’ is closed to new replies.