Include PHP files in Lua client code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Include PHP files in Lua client code
- From: Aparna Badve <aparna_badve@...>
- Date: 2009年4月10日 19:33:35 -0700 (PDT)
Hello all
I am writing a Lua client to talk to a PHP server. How do I include PHP files in my Lua client code? I want something equivalent of require or include in PHP or import in python.
Thanks