• Hello, I’m Korean who is using wordpress to make my own blog.
    I’m not that fluent in English so if possible, please teach me about my question in easy words, please.

    this is my question.

    I want to put this page http://gomgom.net/diary/index.htm
    to this page http://gomgom.net/wordpress/diary

    so, i installed exec-php plugins
    and i typed

    <phpcode><?php include="http://gomgom.net/diary/index.htm"; ?>
    </phpcode>

    to Diary page.

    but i can’t see anything.
    what should i do?

    is there other ways to put(or include) my individual webpages to wordpress page?

    thanks for reading my question

Viewing 2 replies - 1 through 2 (of 2 total)
  • kimdofa,

    Try the code below:

    <phpcode>
    <?php include ('http://gomgom.net/diary/index.htm'); ?>
    </phpcode>
    Thread Starter kimdofa

    (@kimdofa)

    thanks doc4

    I changed code as what you gave me but it doesnt’t work

    is this plugin problem??

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘「Q」have question about including PHP code to PAGE’ is closed to new replies.