Results 1 to 4 of 4

Thread: [RESOLVED] how to stop sending

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2009
    Location
    IRaQ / BaghDaD
    Posts
    192

    Resolved [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


  2. #2
    Hyperactive Member Lenggries's Avatar
    Join Date
    Sep 2009
    Posts
    353

    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?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2009
    Location
    IRaQ / BaghDaD
    Posts
    192

    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

  4. #4
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    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
  •  



Click Here to Expand Forum to Full Width