Search Unity

Database

Discussion in 'Multiplayer' started by Croissant, Jun 24, 2008.

  1. Croissant

    Croissant

    Joined:
    Apr 3, 2008
    Posts:
    8
    I want to connect to my database(MySQL) to verify username password, to save some informations of these users, but i don't know how to do this in masterserver. Would anybody give me some suggestions? Any comments appreciated.
     
  2. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    sounds like you want to use a WWWForm and send the data to a php script where it is received as $_POST data and check it there and send back the corresponding answer.
     
  3. Croissant

    Croissant

    Joined:
    Apr 3, 2008
    Posts:
    8
    Oh, i am sorry. I mean i am going to add a part like database cache plugin to masterserver.