• I am running WP 3.0.1, and I have the Exec-PHP 4.1 plugin successfully installed.

    I am attempting to include an external php file in my post. Here is what I have in my post:

    <?php
    include(‘/wp-content/test.php’);
    echo “fail”;
    ?>

    ANd yes, the link to test.php is valid. I know the php code is working because the post always renders “fail”. However, the include never shows up. The contents of the include file is html text, nothing fancy, just an unordered list, no other syntax, just raw html.

    Thanks in advance!

  • The topic ‘How to do a’ is closed to new replies.