<?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>Thu, 23 May 2013 23:34:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[LearnComputer.com: Sending Text Messages with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18515</guid>
      <link>http://www.phpdeveloper.org/news/18515</link>
      <description><![CDATA[<p>
In <a href="http://www.learncomputer.com/text-messages-with-php/">this new tutorial</a> on LearnComputer.com, they show you how to, using a simple call to PHP's <a href="http://php.net/mail">mail</a> function, you can send a text message to anyone.
</p>
<blockquote>
Text messaging seems more convenient than making phone calls and creating your own PHP script to send these messages is a very easy thing to set up. Get on board with these other companies that have found how convenient text messages are for their customer and start integrating text messaging into your PHP applications. In this article, I will show you two ways to accomplish this and you will be surprised at how simple this is to do.
</blockquote>
<p>
Once you've found the <a href="http://www.venture-ware.com/kevin/web-development/email-to-sms/">right email address for the provider</a>, sending the message is pretty simple using <a href="http://php.net/mail">mail</a>. As an alternative, they recommend a service like <a href="http://www.textmagic.com/">TextMagic</a> to send the messages. It's a bit more reliable and uses SMS instead of email to get your message out.
</p>]]></description>
      <pubDate>Tue, 25 Sep 2012 09:15:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Cats Who Code: Sending SMS with PHP and TextMagic: An A to Z guide]]></title>
      <guid>http://www.phpdeveloper.org/news/17736</guid>
      <link>http://www.phpdeveloper.org/news/17736</link>
      <description><![CDATA[<p>
On the Cats Who Code site today there's <a href="http://www.catswhocode.com/blog/sending-sms-with-php-and-textmagic-an-a-to-z-guide">a new tutorial</a> showing how to send SMS messages from your PHP application with the help of the <a href="http://is.gd/textmagic">TextMagic</a> service.
</p>
<blockquote>
Over the years, Short message service (SMS) has become a very important way of communication, and many businesses are looking for easy ways to send automated text messages to their customers. In this tutorial, I'm going to show you how you can send SMS using PHP and a third party service called <a href="http://is.gd/textmagic">TextMagic</a>. Its very easy to do!
</blockquote>
<p>
They step you through the process - creating a TextMagic account, configuring the account with your own password and creating a simple script that includes <a href="http://api.textmagic.com/https-api/sms-api-php-wrapper">their own API library</a> and sends the SMS request.
</p>]]></description>
      <pubDate>Tue, 27 Mar 2012 10:57:15 -0500</pubDate>
    </item>
  </channel>
</rss>
