lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Apr 10, 2009 at 7:33 PM, Aparna Badve <aparna_badve@yahoo.com> wrote:
> Hello all
>
> I am writing a Lua client to talk to a PHP server.

OK so far, seems reasonable.

> How do I include PHP
> files in my Lua client code?

What do you mean by that?  You're writing a Lua client to talk (via
some protocol) to a server that happens to be implemented in PHP.  Why
do you want to include PHP files in your Lua client code?  Do you
really expect to run PHP on the client?

-- James