Jump to content

Inet.au3 or Mysql


bgold
 Share

Recommended Posts

When using the Inet.au3 function to grab data, does it leave history behind?

So let's say I do:

$data= InetRead("http://secreturl.com/secretpath.php?a=secretvariable")

Will anyone be able to look at their web history or find out what website the program is going to if I parse out the data? Or would it be safer to try and connect to a database through MySql?

Link to comment
Share on other sites

pcjunki,

Oddly enough, it is doing exactly what you are telling it to do.

If you need to keep your history clean then run CCleaner after every download or on a timer (use adlibregister).

kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

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