Page 1 of 1

Integrating external script in phpwcms

Posted: Wed 17. Aug 2005, 16:46
by Igor
Hello,

I have been away for a long time. But now I'm back for good... What a great script!

I want to integrate an external php script into phpwcms. It's a php script to manage a frequently asked questions database. I want to integrate it within a normal phpwcms-page. My php-knowledge isn't that good. Can someone tell me how to do that?

The script generates a index.php file which contains links. The linked pages have to open in the same phpwcms page, not in an external page.

Who can help?

Posted: Wed 17. Aug 2005, 17:35
by Pappnase
hello

looks like you need to use an iframe!

PHP Replacement Tag

Posted: Mon 22. Aug 2005, 07:01
by dreeders
Pappnase wrote:hello

looks like you need to use an iframe!
Hi Pappnase and All,

I actually came here looking for support for an issue that arises when I use the {PHP:myscript.php} replacement tag. Rather than running the code contained in that file, it just prints it straight out. Any idea what might be going wrong?

Regards,

Daniel