Running other php scripts from phpwcms

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mdgroot
Posts: 155
Joined: Wed 11. Feb 2004, 17:47
Location: Netherlands

Running other php scripts from phpwcms

Post 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
Pappnase

Re: Running other php scripts from phpwcms

Post 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
oops
Posts: 35
Joined: Tue 18. Nov 2003, 01:14
Contact:

Post 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}
:roll:
mdgroot
Posts: 155
Joined: Wed 11. Feb 2004, 17:47
Location: Netherlands

Post by mdgroot »

already solved ...
I didn't remember it .... :oops:

indeed Iframe is the solution, thanks Pappnase
Pappnase

Post by Pappnase »

no problem mdgroot!*smile*
Post Reply