Hi,
I'm a newbie and I do not know a thing about PHP.
I've downloaded 'axtivex sms sdk' (PHP software), that's for sending sms. After downloading I installed it and now I can send sms but I have to use the code, the say on the site that it can be used whit Internet Explorer and every other program that support ActiveX COM objects. I've have the code for Visual Basic, but how can I use it in html?
Code Visual Basic:
Quick Start for Visual Basic Script:
<%
' Instantiate the SMS object
Set sms = Server.CreateObject("Simplewire.SMS")
' Setup the message parameters
sms.MsgPin = "4152221234"
sms.MsgFrom = "Demo"
sms.MsgCallback = "3125551234"
sms.MsgText = "Hello World from Simplewire!"
' Send the SMS message off
sms.MsgSend
' Cleanup
Set sms = Nothing
%>
I'm starting a cursus about this in August so I do not know exacly how to use the code in html, can some help me? I do not know a thing about PHP.
Thanks.
With kindly regards
Wesley Lorrez
wesley@web-art.be