ClickSMS API class in PHP | Comments (0)
Posted in Code on 29th March 2005, 7:13 pm by Stuart
This is a PHP class for sending SMS message via XML posts to the ClickSMS service. For more information on the API specification please check out the ClickSMS website. This is by no means a finished script but merely a fully working example for anyone wishing to add SMS capabilities to their site or application.
The code makes use of the excellent XML library for PHP by Keith Devens. download the class files here: ClickSMS PHP class (zip 6kb)
