Results 1 to 4 of 4

Thread: resolved - Inet help

  1. #1

    Thread Starter
    Lively Member UnderTheTable's Avatar
    Join Date
    Jan 2003
    Location
    beside HeLL
    Posts
    113

    Resolved resolved - Inet help

    hi guys

    I am writing an application to send an sms from vb.

    I am using inet control. I had generated one data string="user=xxxx&pwd=xxxx&mobile=xxxx&message=xxxx&from=xxxx&lang=xxxx"

    URL=http://mysmssite/http/sendSMS.asp?

    My code sample looks like

    Inet1.Execute URL, "POST", spostString, "Content-Type:application/x-www-form-urlencoded"


    Can U guys tell me whaz wrong with the code

    when I go to the site and say send sms - its working perfectly but from my application with the above code - I am not receiving any sms.

    Can U guys tell me from vb application how can I do the process - like asp SEND button is doing on hit - or else is there any procedure by which i can fire that event from vb application

    Thanks In Adv
    Last edited by UnderTheTable; Nov 22nd, 2004 at 07:32 AM.
    Destination is not by CHANCE, of CHOICE

  2. #2
    Member
    Join Date
    Oct 2004
    Posts
    43
    string="user=xxxx&pwd=xxxx&mobile=xxxx&message=xxxx&from=xxxx&lang=xxxx"

    Basically, you haven't chosen the username, password, mobile number and the message and such, got what I am saying?

  3. #3

    Thread Starter
    Lively Member UnderTheTable's Avatar
    Join Date
    Jan 2003
    Location
    beside HeLL
    Posts
    113

    Talking HIHI

    dear I had replaced my user name password... all with XXX to post my problem - But i am using my username ..... while posting the data
    Destination is not by CHANCE, of CHOICE

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    don't the variables need to be enclosed in quotation marks?

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