<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 08:30:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Implement Two-Way SMS with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18232</guid>
      <link>http://www.phpdeveloper.org/news/18232</link>
      <description><![CDATA[<p>
PHPMaster.com has an interesting new article posted today showing how you can use PHP to create a <a href="http://phpmaster.com/implement-two-way-sms-with-php/">two-way messaging (SMS) application</a> that can both send and initiate actions based on message content.
</p>
<blockquote>
SMS is used for various purposes these days. For example, major websites like Gmail and Facebook use SMS to improve their authentication process with multi-factor authentication and notifying users about the updates. These are one-way SMS applications since messages are sent only from these sites to the user. Two-way SMS applications are more complex than one-way ones. In two-way SMS apps, a user can initiate a conversation by sending messages, and then the application responds according to the user's commands.
</blockquote>
<p>
They base the application on the <a href="http://www.clickatell.com/">Clickatell</a> SMS service (not free, but cheap - pay by the message too) which includes the ability to hook into your API on a specific endpoint and relay the message data. The message can either be sent via a POST or GET and can easily be interpreted in your app extracting things like a timestamp, the number it came from and, of course, the actual text of the message. There's also a section about the "User Data Header" functionality that lets you easily split up a message for recombination on the remote device. Code is included for all examples.
</p>]]></description>
      <pubDate>Tue, 17 Jul 2012 08:46:22 -0500</pubDate>
    </item>
  </channel>
</rss>
