<?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 22:37:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[AnyExamples.com: PHP Whois Client Function]]></title>
      <guid>http://www.phpdeveloper.org/news/8683</guid>
      <link>http://www.phpdeveloper.org/news/8683</link>
      <description><![CDATA[<p>
On the AnyExamples.com website, there's a <a href="http://www.anyexample.com/programming/php/php_whois_client_function.xml">new little how to</a> on making a whois client in PHP (without just using an exec or similar call to the filesystem).
</p>
<blockquote>
This article contains PHP implementation of whois client (as a function ae_whois), which may be used to request domain information from specified whois servers.
</blockquote>
<p>
Their <a href="http://www.anyexample.com/programming/php/php_whois_client_function.xml">method</a> uses the socket functionality (fsockopen, fwrite, fclose) to make a connection to the remote server for the specified domain's information.
</p>]]></description>
      <pubDate>Wed, 19 Sep 2007 08:43:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Creating an RSS Reader Application]]></title>
      <guid>http://www.phpdeveloper.org/news/7319</guid>
      <link>http://www.phpdeveloper.org/news/7319</link>
      <description><![CDATA[<p>
In <a href="http://www.devshed.com/c/a/XML/Creating-an-RSS-Reader-Application/">this new tutorial<a> from DevShed (in their "RSS Reader" series), they finally get down to the real heart of the application - the code.
</p>
<p>
The other <a href="http://www.phpdeveloper.org/news/7251">other</a> <a href="http://www.phpdeveloper.org/news/7275">two</a> parts prepared you for this, the creation of the actual RSS file - correctly formatted and filled with data. They also include a simple feed reader so you can ensure your document can be read correctly.
</p>
<p>
Unfortunately, they chose to go with a long line of fwrites to push out each line of the file instead of pushing it all into one string and writing that. Using the multiples makes more work for the file handling and could result in a slowdown for a large amount of items in the RSS file.
</p>]]></description>
      <pubDate>Wed, 21 Feb 2007 09:02:00 -0600</pubDate>
    </item>
  </channel>
</rss>
