28 Nov
2001
28 Nov
'01
8:20 p.m.
Ben Ocean writes:
I need to pass a variable from a php script (served by Apache) to a Zope script (served by ZServer). You pass control via an HTTP request?
If so, a query string would probably do the job. Background reading, e.g. <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter