<?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>Coding Lessons &#187; PHP</title>
	<atom:link href="http://ivn.cl/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivn.cl</link>
	<description>Mixed programming tips..... i think....</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:48:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SMTP Auth</title>
		<link>http://ivn.cl/2009/07/07/smtp-auth/</link>
		<comments>http://ivn.cl/2009/07/07/smtp-auth/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:48:42 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codinglessons.com/?p=26</guid>
		<description><![CDATA[Well&#8230;
Sometimes i&#8217;ve been in the need to test my mail server auth feature (smtp).
Doing it using plain password is a little insecure. So you need to use some encoding. Most usual is base 64.
The way for computing the auth string to send the mailserver, is joining both values (user and password) using a &#8220;0&#8243; char [...]]]></description>
		<wfw:commentRss>http://ivn.cl/2009/07/07/smtp-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to know what killled our script</title>
		<link>http://ivn.cl/2009/05/18/19/</link>
		<comments>http://ivn.cl/2009/05/18/19/#comments</comments>
		<pubDate>Mon, 18 May 2009 16:04:00 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.codinglessons.com/?p=19</guid>
		<description><![CDATA[Many times, working on servers we don&#8217;t own, we might find our script just died and said nothing&#8230; (one might expect a Wilhelm scream at least).
Well&#8230; Easy solution. Just enable display_errors on the server.. what ? you can&#8217;t ? ok&#8230; Then, use ini_set to enable it.
That should do it. But wait&#8230; what if you don&#8217;t [...]]]></description>
		<wfw:commentRss>http://ivn.cl/2009/05/18/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
