<?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>mike.eire.ca &#187; php</title>
	<atom:link href="http://mike.eire.ca/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.eire.ca</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 23:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Working with HTTP_Request</title>
		<link>http://mike.eire.ca/2009/06/24/working-with-http_request/</link>
		<comments>http://mike.eire.ca/2009/06/24/working-with-http_request/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:31:38 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[http_request]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://mike.eire.ca/?p=179</guid>
		<description><![CDATA[I needed to make a bit of sample code for someone the other day, demonstrating how to log into a website and collect data programatically from PHP. The HTTP_Request PEAR class works fairly well for this; HTTP_Request2 should be a big improvement when it&#8217;s finished, as the original is geared toward PHP 4&#8242;s abysmal object [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/06/24/working-with-http_request/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Making valid CAPTCHAs</title>
		<link>http://mike.eire.ca/2009/04/13/making-valid-captchas/</link>
		<comments>http://mike.eire.ca/2009/04/13/making-valid-captchas/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:43:56 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://m.eire.ca/?p=128</guid>
		<description><![CDATA[The WP-reCAPTCHA plugin is very helpful, providing a way to stop spam comments, and assisting electronic storage of old books. It has as a feature &#8220;XHTML compliance,&#8221; but at the price of requiring JavaScript from users. I think I can get both. In wp-recaptcha.php we find these lines: 440 441 442 443 444 445 446 [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2009/04/13/making-valid-captchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP fatal errors in imagepng()</title>
		<link>http://mike.eire.ca/2007/04/02/php-fatal-errors-in-imagepng/</link>
		<comments>http://mike.eire.ca/2007/04/02/php-fatal-errors-in-imagepng/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 16:27:00 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://m.eire.ca/2007/04/02/php-fatal-errors-in-imagepng/</guid>
		<description><![CDATA[I upgraded to PHP 5.2 from 4.3 recently and came across a couple of error messages: php[7028], PHP Warning: imagepng(): gd-png: fatal libpng error: zlib error in &#8230; followed by: php[7028], PHP Warning: imagepng(): gd-png error: setjmp returns error condition in &#8230; Turns out the paramters for imagepng changed in PHP 5.1.3, and I&#8217;m not [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2007/04/02/php-fatal-errors-in-imagepng/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using PHP to interface with WMI</title>
		<link>http://mike.eire.ca/2006/12/05/using-php-to-interface-with-wmi/</link>
		<comments>http://mike.eire.ca/2006/12/05/using-php-to-interface-with-wmi/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 18:59:00 +0000</pubDate>
		<dc:creator>Mike (owner)</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wmi]]></category>

		<guid isPermaLink="false">http://m.eire.ca/2006/12/05/using-php-to-interface-with-wmi/</guid>
		<description><![CDATA[Windows Management Instrumentation (WMI) is a Windows derivative of the WBEM standard allowing centralized management of a wide number of Windows functions. There is almost no mention of how to use it from PHP, although combined together they provide a powerful method of web-based management. This example shows how to connect to a remote server, [...]]]></description>
		<wfw:commentRss>http://mike.eire.ca/2006/12/05/using-php-to-interface-with-wmi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

