Jump to content

Szymi2004

Members
  • Posts

    1
  • Joined

  • Last visited

Szymi2004's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi everyone! It's my first post here, so I want to say hello - hello! Sorry in advance for any mistakes, but mainly I don't speak in English (I live in Poland). I have a large MySQL database, currently working for my website. I want to connect this script to my base, but I'm not sure how. When I start my application I would like to see (as a first window) form with logging into the database. The form would consist of two inputs (for login and password) and two buttons (for apply or quit). I've started with GUI and now I stuck with inputs. Here's my code (excluding the GUI): $login = GUICtrlRead($Input1) $password = GUICtrlRead($Input2) $sql = _MySQLConnect("sa","sa","mydb","mywebsite.com") Now I need a code to compare the inputs with datas from MySQL database. I was looking for help by myself, but I but haven't found a solution. Can someone help me with it? I would greatly appreciate. Thanks in advance. Simon from Poland.
×
×
  • Create New...