Page 1 of 1
Other apps use with phpwcms?
Posted: Sat 3. Jul 2004, 03:38
by gwmbox
Hi all
Been looking for a good cms for a while that is not overbloated with unnecessary apps built in woohoo!
What I'd like to know is I use a number of other apps purposely built for me, they are a mix of Perl and Php, is it possible to integrate these scripts into phpwcms?
Cheers all
Greg
Re: Other apps use with phpwcms?
Posted: Sat 3. Jul 2004, 13:07
by frold
gwmbox wrote:Hi all
Been looking for a good cms for a while that is not overbloated with unnecessary apps built in woohoo!
What I'd like to know is I use a number of other apps purposely built for me, they are a mix of Perl and Php, is it possible to integrate these scripts into phpwcms?
Cheers all
Greg
well integrate?.... You can use them with phpwcms in the template or in a articles by using the replacement tag {PHP:myfile.php}.... (In this case the myfile.php have to be placed in the root)
Posted: Sun 4. Jul 2004, 03:19
by gwmbox
Thx - what if its not in the root? and what if its a cgi script? does the same principle work?
Thx
Greg
Posted: Sun 4. Jul 2004, 10:41
by frold
gwmbox wrote:Thx - what if its not in the root?
then {PHP:path/myfile.php}
and what if its a cgi script? does the same principle work?
I don“t know
Posted: Sun 4. Jul 2004, 11:26
by Pappnase
gwmbox wrote:Thx - what if its not in the root? and what if its a cgi script? does the same principle work?
Thx
Greg
hello
i think if you wanna run an cgi you need do this in an iframe.
Posted: Sun 4. Jul 2004, 13:45
by gwmbox
Pappnase wrote:
hello
i think if you wanna run an cgi you need do this in an iframe.
Er yuk - really!!! - there must be another way - anyone else got any ideas?
Greg