R3d W0rm
R3d W0rm

Reputation: 11

Communication between PHP and Python with XML-RPC

I want communicate between php and python with XML-RPC. Is it possible to run XML-RPC on different server similar to what is depicted in the diagram below?


(source: picofile.com)

Upvotes: 1

Views: 784

Answers (1)

Christopher Mahan
Christopher Mahan

Reputation: 7619

Yes. XML-RPC is language agnostic. PHP has xml-rpc libraries, and so does Python.

Upvotes: 1

Related Questions