Forums

「Q」have question about including PHP code to PAGE (3 posts)

  1. kimdofa
    Member
    Posted 2 years ago #

    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

  2. doc4
    Member
    Posted 2 years ago #

    kimdofa,

    Try the code below:

    <phpcode>
    <?php include ('http://gomgom.net/diary/index.htm'); ?>
    </phpcode>
  3. kimdofa
    Member
    Posted 2 years ago #

    thanks doc4

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

    is this plugin problem??

Topic Closed

This topic has been closed to new replies.

About this Topic