Jump to content

INetGet question


Recommended Posts

I am try to download the response of a php script. This script can take multiple minutes, will INetGet() still work? and how should i use it? I just want the php to run, i don't need any data.

As far as I know INetGet is for downloading files? :blink:

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

If you just need to read the response from a php script that's on the page, I would suggest looking at _IEBodyReadHTML() or _IEBodyReadText().

If those don't work, you could use _IEDocReadHTML().

I've had to do that on a few pages. Easiest method that I know of is to output that to a temporary variable and then use stringinstr() to look for whether there's an occurance of the text string you're expecting or not.

Link to comment
Share on other sites

Easiest method that I know of is to output that to a temporary variable and then use stringinstr() to look for whether there's an occurance of the text string you're expecting

Easiest method that I know of is to output that to a temporary variable and then use stringinstr() to look for whether there's an occurance of the text string you're expecting or not

Ehh? Isn't that the same? :blink:

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

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