<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solution Log &#124; Antonio David - NVNCBL &#187; ssl</title>
	<atom:link href="http://www.nvncbl.com/tagged/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nvncbl.com</link>
	<description>A place to log my programming solutions for future reference</description>
	<lastBuildDate>Mon, 17 May 2010 21:39:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP HTTP Class</title>
		<link>http://www.nvncbl.com/2008/12/php-http-class/</link>
		<comments>http://www.nvncbl.com/2008/12/php-http-class/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 00:18:25 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.nvncbl.com/?p=94</guid>
		<description><![CDATA[I&#8217;ve found a great PHP script that can essentially turn a web server into a virtual browser.  The script is small and lightweight compared to existing solutions (just 62KB) and it isn&#8217;t dependent on anything else.  I needed it for sending/receiving data through POST (because GET is easy), and more importantly, doing it over SSL.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a great <a title="PHP HTTP Class" href="http://www.phpclasses.org/browse/package/3.html" class="external">PHP script</a> that can essentially turn a web server into a virtual browser.  The script is small and lightweight compared to existing solutions (just 62KB) and it isn&#8217;t dependent on anything else.  I needed it for sending/receiving data through POST (because GET is easy), and more importantly, doing it over SSL.  I still need to figure out how to upload files through this, but I don&#8217;t think it should be too big of an issue.  I&#8217;m sure it&#8217;s just a matter of encoding.</p>
<p><span id="more-94"></span>The script was found at <a title="PHP Classes" href="http://www.phpclasses.org" class="external">PHP Classes</a>, a resource I regularly tap into.  You&#8217;ll discover that PHP Classes requires registration, but it&#8217;s free and you can disable any email notifications.  Also, don&#8217;t be turned off by the website&#8217;s aesthetics, they were apparently going for &#8220;functional&#8221;.  Hey, it worked for <a title="Craigslist" href="http://www.craigslist.com" class="external">Craigslist</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvncbl.com/2008/12/php-http-class/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
