hancham 0 Posted August 14, 2011 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? Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 14, 2011 There are examples for MsSql usage in the example forums, no need for php. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
hancham 0 Posted August 14, 2011 But there is anyway to read parameters/variables from the browser using autoit ? Share this post Link to post Share on other sites
somdcomputerguy 103 Posted August 14, 2011 There is the IE Management section in the Help file, covering Internet Explorer; and in the Example Scripts forum, you'll find FF.au3, which covers Firefox (ver 3.6 and below). Also you'll find there an Opera UDF. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 14, 2011 I'm not sure what you mean, and less sure how it relates to MySQL AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
smartee 14 Posted August 14, 2011 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. Share this post Link to post Share on other sites
somdcomputerguy 103 Posted August 14, 2011 ..as somdcomputerguy pointed out, you can work directly with MySQL databases from AutoIt..Actually JohnOne said that. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
smartee 14 Posted August 14, 2011 Actually JohnOne said that. so he did, I have no explanation for my confusion Share this post Link to post Share on other sites