<?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, 08 Jul 2008 23:42:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevX.com: Four Ways to Transfer Data Between Flash and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9572</guid>
      <link>http://www.phpdeveloper.org/news/9572</link>
      <description><![CDATA[<p>
The DevX.com site has <a href="http://www.devx.com/webdev/Article/36748">posted some code</a> that gives you methods for passing information back and forth between PHP and a Flash application.
</p>
<blockquote>
When you need to develop a web form with a special design and great effects, you will probably elect to use Flash. But building and programming Flash forms is considerably different from building standard HTML-based forms. [...] To do that though, you need to know how to access data in the Flash form and (sometimes) how to update the Flash form from PHP as well.
</blockquote>
<p>
They help you build a sample Flash form as a base to work with in the transfer methods including the ActionScript to get the data out of each field. The tutorial shows the two way communication that's possible - pushing the Flash values out to the PHP script via a getURL() call and pulling the results back in with a call to loadVars() from the PHP script's output.
</p>]]></description>
      <pubDate>Tue, 05 Feb 2008 12:58:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Web Services Blog: What is Missing in PHP SOAP Extension?]]></title>
      <guid>http://www.phpdeveloper.org/news/9487</guid>
      <link>http://www.phpdeveloper.org/news/9487</link>
      <description><![CDATA[<p>
On the PHP Web Services blog today, <i>Sami</i> <a href="http://phpwebservices.blogspot.com/2008/01/what-is-missing-in-php-soap-extension.html">asks</a> "what's missing from PHP's SOAP extension" that needs to be added or corrected.
</p>
<blockquote>
PHP SOAP extension is good to get started, to play around with. However, it falls much short in meeting the enterprise demands in the SOA era.
</blockquote>
<p>
He <a href="http://phpwebservices.blogspot.com/2008/01/what-is-missing-in-php-soap-extension.html">talks about</a> things missing (like binary file features and lots of security features). He also notes something that most PHP developers love about the extension - the WSDL parsing that makes it so easy to simply call a remote service without having to go through the pain of hacking through it yourself.
</p>]]></description>
      <pubDate>Thu, 24 Jan 2008 11:22:00 -0600</pubDate>
    </item>
  </channel>
</rss>
