CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Xampp

  1. #1
    Join Date
    Dec 2008
    Posts
    27

    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,

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    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...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    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.

  4. #4
    Join Date
    Dec 2008
    Posts
    27

    Re: Xampp

    thx for the replies. what do you mean i can connect it through web interaction. how?

    tnx.

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    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
  •  





Click Here to Expand Forum to Full Width

Featured