Creating a Networked Application

Hi

If I create a web site and compile it using ExeOutput for PHP, can it be access via other user on our LAN ?
Hopefully that’s possible !

Thanks

I’m afraid that this is not possible: ExeOutput creates a client application, not a server one. So other users can’t access the compiled website unless they download and run the EXE too. Moreover, the website will work as a local copy, unless you share data using a central server.