Page 1 of 1

How to mix with other pages JS, php, xhtml

Posted: Sun Feb 01, 2009 9:48 pm
by cc_023
Hello,

I read some messages on this board, also that it is possible to inclue php code, when you use certain Tags.
But what is unclear to me:
-What to do if you have fe 2 php pages who interact which each other ?
-What happens with links inside php-pages. Can i decide they open a new full screen window or they fit in the cmsms-window ?

My goal is to integrate a working php in cmsms.
Does anyone know how to do this, or is it impossible with cmsms ??

Thanks!

Re: How to mix with other pages JS, php, xhtml

Posted: Mon Feb 02, 2009 12:01 am
by jmcgin51
you want to take complete existing PHP pages and keep them as standalone pages, but somehow integrate them into your site?  Or you want to take some existing PHP scripts and re-use them within the CMSMS framework?

Re: How to mix with other pages JS, php, xhtml

Posted: Mon Feb 02, 2009 10:43 am
by cc_023
Thanks for the quick reply.

Yes, i want to take complete existing PHP pages and keep them as standalone pages, but  integrate them into the framework from CMSMS. I want to keep the menu, but in the contentwindow i want to run my php program.
In this php program there are some links. I also want also to decide of they display in the CMSMS content window, or in a new window.

Is this possible ? How ?