|
-
Nov 21st, 2004, 04:56 AM
#1
Thread Starter
Lively Member
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
-
Nov 21st, 2004, 05:03 AM
#2
Member
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?
-
Nov 22nd, 2004, 01:38 AM
#3
Thread Starter
Lively Member
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
-
Nov 22nd, 2004, 01:45 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|