Forum Moderators: coopster

Message Too Old, No Replies

how to use php to embed an external page?

php, pmwiki, embed

         

zozzen

1:51 am on Oct 25, 2007 (gmt 0)

10+ Year Member



Hi,

I'd like to embed a wiki inside my web page. From the documentation of the wiki software I use, it says that we can use php to embed an external page inside my web page or simply to use iframe.

iframe method is very easy for me, but i'm wondering how we can use Php to do it?

Thanks for your help.

[edited by: eelixduppy at 2:22 am (utc) on Oct. 25, 2007]
[edit reason] removed link [/edit]

Habtom

4:28 am on Oct 25, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could just include [php.net] (include_once) or require [php.net] (require_once) it, I think.

I don't see a better way of doing it.

[edited by: Habtom at 4:29 am (utc) on Oct. 25, 2007]

zozzen

4:35 pm on Oct 25, 2007 (gmt 0)

10+ Year Member



Thanks a lot for the hints on syntax, going to try it.

[edited by: eelixduppy at 6:33 pm (utc) on Oct. 25, 2007]
[edit reason] see sticky [/edit]