ASP - send only example
Example for download
<!--#include file="sendSMS.asp"-->
<%
dim ok
ok = sendSMS("xx", "xx", "ViaNett", "4791748750", "Hello world")
if ok = true then
Response.Write "The message is sent"
else
Response.Write "There was an error with the transmission of the message"
end if
%>
Print the article