|
-
April 1st, 2009, 08:53 PM
#1
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,
-
April 1st, 2009, 10:31 PM
#2
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...
-
April 1st, 2009, 10:55 PM
#3
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.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
April 2nd, 2009, 08:48 PM
#4
Re: Xampp
thx for the replies. what do you mean i can connect it through web interaction. how?
tnx.
-
April 3rd, 2009, 06:22 AM
#5
Re: Xampp
You're kidding with that question, right? ...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.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|