Re: Include PHP files in Lua client code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Include PHP files in Lua client code
- From: Aparna Badve <aparna_badve@...>
- Date: 2009年4月13日 15:24:15 -0700 (PDT)
Hello James,
Thanks for your reply. I am using xmlrpc to communicate with the server. I am not running PHP on the client. So how do I include the xmlrpc lib module in my Lua code? In Python you can use import xmlrpclib.
Thanks