<?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, 18 Jun 2013 20:32:44 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Simon Harris' Blog: Making Phone Calls and Sending SMS with HTML]]></title>
      <guid>http://www.phpdeveloper.org/news/14630</guid>
      <link>http://www.phpdeveloper.org/news/14630</link>
      <description><![CDATA[<p>
In a recent post o his blog <i>Simon Harris</i> talks about how you can <a href="http://pointbeing.net/weblog/2010/01/making-phone-calls-and-sending-sms-with-html.html">make phone calls and send SMS messages</a> from your PHP applications (well, sort of). He shows how to trigger phone calls and SMS on certain phones by way of an HTML page.
</p>
<blockquote>
Okay, so you can't really make phone calls and send SMS messages using only HTML; that would be silly. However, if you are developing web sites and web applications for mobile handsets, you can take advantage of some features in XHTML Mobile Profile which make it easy for a user to call a number without typing that number in. You can also use the same mechanism to trigger - on the user's handset - an SMS or MMS dialog with the intended recipient's number and the message content prepopulated.
</blockquote>
<p>
He includes three examples if it in action (using PHP to render the page) - creating a link to make a call from the HTML, sending an SMS if the text inside a link and doing the same with a MMS message. He uses the <a href="http://wurfl.sourceforge.net/">WURFL project</a> to make it all work and code snippets are included.
</p>]]></description>
      <pubDate>Thu, 10 Jun 2010 08:59:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: MMS me the 411 ASAP (via PHP, of Corz)]]></title>
      <guid>http://www.phpdeveloper.org/news/5121</guid>
      <link>http://www.phpdeveloper.org/news/5121</link>
      <description><![CDATA[Cell phones have become ubiquitous in our society, making it possible to get information instantly through things like SMS messaging. If you've ever looked at your phone and wondered how you could send the same kinds of things from your scripts, <a href="http://devzone.zend.com/node/view/id/122">this post</a> on the Zend Developer Zone is a push in the right direction.
<p>
<quote>
<i>
SMS messages have become ubiquitous in most of the world. As with any commodity technology, those who make their money off of it are always looking to expand it so that they can charge more. In the SMS world, there is the MMS, <a href="http://en.wikipedia.org/wiki/Multimedia_Messaging_Service">Multimedia Messaging Service</a>. Developed by the <a href="http://www.openmobilealliance.com/">Open Mobil Alliance</a> MMS is designed to deliver rich content messages over packet data services.
<p>
That's all well and good but without the proper tools how are you going to message (spam) the cell-phones of your closest 25,000 friends with the latest release (obeying all relevant copyright laws, of course) from your favorite band? Well fear not, Stefan Hellkvist over at <a href="http://www.hellkvist.org/software/">hellkvist.org</a> has rushed to your rescue. The library, MMSlib, is used to encode and decode MMS messages in PHP.
</i>
</quote>
<p>
There's no tutorial <a href="http://devzone.zend.com/node/view/id/122">here</a>, just information about the library and more pointers to <a href="http://www.hellkvist.org/software/">the site</a>. The MMSLib code is released under the GPL.]]></description>
      <pubDate>Thu, 06 Apr 2006 07:33:31 -0500</pubDate>
    </item>
  </channel>
</rss>
