how to send sms using asp
Posted by cannyinfotech on March 9, 2010
Sending sms from website using SMS Programming language
its very simple using cannyinfotech sms gateway.
sResponse = SMSSend(pno, message )
If right(sResponse,15) = “Send Successful” Then
‘write your code here
End If
Function SMSSend (strPh,strMsg)
Dim msgResponse
Dim strRequest
...
Filed in: SMS Programming
0