Hi guys. Ok i'll make this short n sweet. I've set up an account with a company call bulksmsportal. Basically i send their server a url with some login details, a message and a phone number. Their server is supposed to fire off an sms based on the details I've entered.
I'm also wanting to do this in asp but haven't a clue how pls hulp!! This is the url:
SendURL = "http://www.bulksmsportal.co.za/httppost4.aspx?type=singlesms&username=xxxx&password=xxxx&" & "Number=" & telNum & "&Message=" & txtMessage
How do I fire it off from within code? All the examples I've googled have been in XML but according to them it can be a straightforward url as well.
I'm also wanting to do this in asp but haven't a clue how pls hulp!! This is the url:
SendURL = "http://www.bulksmsportal.co.za/httppost4.aspx?type=singlesms&username=xxxx&password=xxxx&" & "Number=" & telNum & "&Message=" & txtMessage
How do I fire it off from within code? All the examples I've googled have been in XML but according to them it can be a straightforward url as well.
Last edited: