<?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>Wed, 22 May 2013 18:30:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Sending MIME Email with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10575</guid>
      <link>http://www.phpdeveloper.org/news/10575</link>
      <description><![CDATA[<p>
In <a href="http://www.devshed.com/c/a/PHP/Sending-MIME-Email-with-PHP/">this new tutorial</a> on DevShed <i>Alejandro Gervasio</i> explains how to send emails from PHP with MIME payloads attached.
</p>
<blockquote>
One of the most common tasks that a PHP programmer has to tackle is the development of applications that send MIME email in one form or another. In simple terms, MIME email consists of an extension of traditional email technology and comes in handy for sending email messages in fancy HTML and handling file attachments in a wide variety of formats.
</blockquote>
<p>
In this first part of the series he just lays the groundwork - creating the <a href="http://www.devshed.com/c/a/PHP/Sending-MIME-Email-with-PHP/1/">mailer class</a> they'll use for the series and using it to send a sample email (a basic message with a plain text MIME block).
</p>]]></description>
      <pubDate>Thu, 10 Jul 2008 08:49:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Web Services Blog: Payload the Way You Want with PHP5 built-in SOAP]]></title>
      <guid>http://www.phpdeveloper.org/news/9531</guid>
      <link>http://www.phpdeveloper.org/news/9531</link>
      <description><![CDATA[<p>
The PHP Web Services blog has a <a href="http://phpwebservices.blogspot.com/2008/01/payload-way-you-want-with-php5-built-in.html">helpful hint</a> on getting a custom SOAP request all ready to go:
</p>
<blockquote>
How do you get this [custom] XML to be output by the SoapClient?
</blockquote>
<p>
Using the SoapVar method and a few newly created objects, making a custom structure is simple. It's just a matter of encoding the object and setting it with the base() method in the <a href="http://www.php.net/soap">PHP SOAP extension</a>. Check out <a href="http://phpwebservices.blogspot.com/2008/01/payload-way-you-want-with-php5-built-in.html">the blog post</a> for an example of both the custom XML and the code to produce it.
</p>]]></description>
      <pubDate>Wed, 30 Jan 2008 15:00:31 -0600</pubDate>
    </item>
  </channel>
</rss>
