I am writing a basic log recording applicaion using PHP and MySQL that will run in a web browser. I intend to run this on a laptop with an apache server installed with the necessary applications, ie PHP and MySQL. I am fine with the setting up and operating of this.
However, it is neccessary to have additional laptop computers run this same browser based application using the same data as the original 'master' laptop. I am thinking that there will be no need to install the server on the additional laptops and I can connect them to the 'master' as the server. My question is how this can be done in the simplest way so that somebody with little knowledge will be able to quickly link up the laptops when required and start operating?