-
Xampp
Im using XAMPP. Now, I am ask to use my program with a multiuser. how can i use the XAMPP server with many user? how can i link it with many workstations? is it possible that there is only 1 main database? should i need to get the ip adresses of the computers? how?
tnx in advance,
-
Re: Xampp
You use MySQL and a user database. I know someone that managed to figure that much out by himself. Can't be *too* hard... ;)
-
Re: Xampp
XAMPP is a web server/MySQL server package. It is meant to be accessed through web interaction. That is how multiple people connect to it.
-
Re: Xampp
thx for the replies. what do you mean i can connect it through web interaction. how?
tnx.
-
Re: Xampp
You're kidding with that question, right? :confused: ...XHTML/CSS/JavaScript on the client-side and PHP accessing MySQL on the server-side. Put those together, and you have a database web application that you access through a web browser.
Of course, you can access the MySQL database through a non-web based language. You would just have to install that client application on every computer.