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.
Do yourself - and the python community... :) - a favor and just translate
the mmslib
Rob Wolfe wrote:
>
> 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 procedu
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.
En Tue, 13 Feb 2007 23:52:37 -0300, mark <[EMAIL PROTECTED]> escribió:
> 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.
> thanks a lot!
> mark
I d