LoWang Posted September 2, 2010 Posted September 2, 2010 Hello, I am calling a php script with parameters to write data into database, but it does not work if I do not specify a filename in an inetget() function - it returns 0 and sets @error to 1 although helpfile says that the filename is an optional attribute:o It works right after I add some filename to it... I found out that I can use inetread function which gets data into variable instead of a file, but I will probably not need this data anyway. Just thought it may be a bug in inetget or a mistake in a helpfile that it does not work without a filename.
JohnOne Posted September 2, 2010 Posted September 2, 2010 You are going to have to specify a filename to store the file if you dont have a copy of that file in cache (I think) If you would want a string variable then try InetRead() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
LoWang Posted September 3, 2010 Author Posted September 3, 2010 Hey man tell me why do I have a feeling that people just rarely read the post before they answer ;-D
JohnOne Posted September 3, 2010 Posted September 3, 2010 (edited) I dont know ! I'm sure they do. I just never read it in full. The filename still stands. Edited September 3, 2010 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now