i have a mysql-php application that i would like to implement in a distributed concept, by using 3 laptops connected to the same wifi network, each has its own same database and the php aplication and when anyone of the 3 nodes does any changes through the php application the others will also be updated, so its like the data has been replicated.
any ideas on how i can implement this???thanks
any ideas on how i can implement this???thanks