Access same database from the server

Currently I use xampp to run my php web application in all the computers in the same network. In the network, one computer acts as server and the source code is saved on the server computer. Other computers access the same by using the url “http://server-pc/app_name” though the browser.

Can I do the same with ExeOutput for PHP ?

It’s ok that I can compile two different types of exe files (with seperate base urls for server and other pc’s).

No, it’s not possible because there is no real server behind ExeOutput. We have plans to offer a feature to compile server applications from PHP source files in the near future.