|
-
Dec 10th, 2009, 05:31 AM
#1
Thread Starter
Addicted Member
[RESOLVED] how to stop sending
hi
when i make sending some text with microsoft internet tranc i user this
Code:
inet.openurl ("http://xxxx/ssd.php?ip=" & ip.text & "&er" & set.text & "")
so how to stop sending it's keep sending to data base and this is not good
so how to send one info and stop
-
Dec 10th, 2009, 10:17 AM
#2
Re: how to stop sending
Is that line of code inside of a loop?
Also, should "&er" be "&er="?
Finally, what is the last part of the line (& "") supposed to do?
-
Dec 10th, 2009, 12:38 PM
#3
Thread Starter
Addicted Member
Re: how to stop sending
Also, should "&er" be "&er="?
Yes this is the right code
inet.openurl ("http://xxxx/ssd.php?ip=" & ip.text & "&er=" & set.text & "")
Finally, what is the last part of the line (& "") supposed to do?
Nothing, it's end of the code
-
Dec 10th, 2009, 12:44 PM
#4
Re: how to stop sending
This might work:
Do Until SomeVariable = True
inet.openurl ("http://xxxx/ssd.php?ip=" & ip.text & "&er" & set.text & "")
DoEvents
Loop
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|