Page 1 of 1
Running other php scripts from phpwcms
Posted: Tue 30. Mar 2004, 18:11
by mdgroot
Can someone tell me how to integrate another php program within phpwcms ?
To include just 1 script (1 page) is not a problem, but how about a complete php program like an index linking script for instance (
https://www.phpxscripts.com/).....?
tx,
Marc
Re: Running other php scripts from phpwcms
Posted: Tue 30. Mar 2004, 19:03
by Pappnase
mdgroot wrote:Can someone tell me how to integrate another php program within phpwcms ?
To include just 1 script (1 page) is not a problem, but how about a complete php program like an index linking script for instance (
https://www.phpxscripts.com/).....?
tx,
Marc
hello mdgroot
always the same! at the moment you can complex phpscripts include in phpwcms only via iframe
Posted: Tue 30. Mar 2004, 20:43
by oops
maybe {PHP:
http://example.com/example.php} ?
for example
Code: Select all
{PHP:http://www.phpwcms.de/forum/viewtopic.php?p=7679#7679}
Posted: Tue 30. Mar 2004, 22:25
by mdgroot
already solved ...
I didn't remember it ....
indeed Iframe is the solution, thanks Pappnase
Posted: Tue 30. Mar 2004, 23:19
by Pappnase
no problem mdgroot!*smile*