<?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 19:30:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Philip Norton's Blog: Netscape HTTP Cooke File Parser In PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16538</guid>
      <link>http://www.phpdeveloper.org/news/16538</link>
      <description><![CDATA[<p>
<i>Philip Norton</i> has <a href="http://www.hashbangcode.com/blog/netscape-http-cooke-file-parser-php-584.html">shared a script he's created</a> in a new post today that lets you read from a Netscape-formatted cookie file (as outputted from a curl request).
</p>
<blockquote>
This file is generated by PHP when it runs CURL (with the appropriate options enabled) and can be used in subsequent CURL calls. This file can be read to see what cookies where created after CURL has finished running. As an example, this is the sort of file that might be created during a typical CURL call.
</blockquote>
<p>
The file is structured, plain-text content with information on the domain, path, security, name and expiration details of each cookie. His script parses out these details and pushes them into a basic array, prime for searching and sorting (and reuse) in your application. 
</p>]]></description>
      <pubDate>Thu, 30 Jun 2011 09:09:00 -0500</pubDate>
    </item>
  </channel>
</rss>
