calling php function from python

Rob Wolfe rw at smsnet.pl
Wed Feb 14 02:56:33 EST 2007


mark wrote:
> is it possible to call a php function from python and use a class from
> php in python? i want to use mmslib which creates mms messages and the
> only implementation is a php mmslib implementation.

You can consider to use some kind of RPC (remote procedure call)
for example XML-RPC. This is a platform and language independent
solution.
Here you have some information:
http://www.faqs.org/docs/Linux-HOWTO/XML-RPC-HOWTO.html
http://groups.google.pl/group/comp.lang.python/msg/5a6ae6290593fc97

--
HTH,
Rob




More information about the Python-list mailing list