Jump to content

Read variables from browser


Recommended Posts

Hello, I have a autoit application that start a bunch of process and at some point I need to check if the user exist( in a mysql server) and if the user is "OK", so if it`s ok the process will continue, if not the process stops. The thing is, I`m not really sure how to do this, right now I`m thinking about call a php that will do the DB check, so all the autoit have to do is read the PHP output OK or NOT ... how can I do that?

Link to comment
Share on other sites

To read the PHP output look at InetGet() in the help-file, but note however, as somdcomputerguy pointed out, you can work directly with MySQL databases from AutoIt, search the examples forum for some UDFs and examples.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...