calling Zope objects from php
25 Feb
2001
25 Feb
'01
3:58 p.m.
Hi Just wanted to share this with you. We use the phorum bulletin board in php and Zope for the rest of our site (truly smitten with Zope). I've just realised how to add the menus and banner adverts (built in Zope) into the headers and footers of the bulletin board php scripts. I originally thought of embedding php into Zope... but it's easier to call zope from php! Use the 'include' function to call Zope dtml methods through http. Really easy.... <?php include ("http://www.siberianhuskyclub.com/banners/show_banner"); ?> This just places the code for our banner adverts in the right place. Guy http://www.siberianhuskyclub.com
9171
Age (days ago)
9171
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guy Redwood