PHPExec Problem…displaying code instead of executing it
-
I’m using the PHPExec plugin to display RSS feeds on a WordPress page (via a PHP include). The RSS feed has been working fine for the last 5 weeks. However, yesterday, it suddenly stopped working.
Instead of seeing RSS news items on my page, I now see PHP code. Here’s the PHP code I’m seeing…
<?php include (“https://app.feeddigest.com/digest3/random_letters_here.html”);
?>Priyadi’s PHPExec plugin says to put
< phpcode > </phpcode> tags around the code you want to execute. So, inside my WordPress page, here’s what I’ve got…<phpcode>
<?php include (“https://app.feeddigest.com/digest3/random_letters_here.html”);
?>
</phpcode>Bottom-line: PHPExec is displaying my code, instead of executing it. How do I solve this problem? Anyone else experiencing this?
- The topic ‘PHPExec Problem…displaying code instead of executing it’ is closed to new replies.