<?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>ralphje.net Blog &#187; Programming</title>
	<atom:link href="http://blog.ralphje.net/category/computers/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ralphje.net</link>
	<description>The personal blog of Ralph Broenink</description>
	<lastBuildDate>Sun, 14 Aug 2011 17:29:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixing &#8216;cannot modify header information&#8217;</title>
		<link>http://blog.ralphje.net/2008/08/fixing-cannot-modify-header-information</link>
		<comments>http://blog.ralphje.net/2008/08/fixing-cannot-modify-header-information#comments</comments>
		<pubDate>Thu, 07 Aug 2008 11:30:23 +0000</pubDate>
		<dc:creator>Ralph Broenink</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.ralphje.net/?p=226</guid>
		<description><![CDATA[A common problem found by starting PHP programmers is the warning: Warning: Cannot modify header information &#8211; headers already sent by (output started at index.php:1) in index.php on line 3 Before understanding this problem, you have to know how pages are transmitted using the HTTP-protocol.  Any page or image you receive looks like this: HTTP/1.x [...]]]></description>
		<wfw:commentRss>http://blog.ralphje.net/2008/08/fixing-cannot-modify-header-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t get GET and POST confused</title>
		<link>http://blog.ralphje.net/2008/08/dont-get-get-and-post-confused</link>
		<comments>http://blog.ralphje.net/2008/08/dont-get-get-and-post-confused#comments</comments>
		<pubDate>Tue, 05 Aug 2008 15:05:21 +0000</pubDate>
		<dc:creator>Ralph Broenink</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web quality]]></category>

		<guid isPermaLink="false">http://blog.ralphje.net/?p=223</guid>
		<description><![CDATA[A very long time ago, the idea of the internet was providing static information. For a long time already, this isn&#8217;t true anymore. User-generated and dynamic content are common nowadays and web developers are still trying to keep their applications up-to-date with the latest developments. However, they are becoming lazy and are getting confused. They [...]]]></description>
		<wfw:commentRss>http://blog.ralphje.net/2008/08/dont-get-get-and-post-confused/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: mysql_fetch_what?</title>
		<link>http://blog.ralphje.net/2007/07/php-mysql_fetch_what</link>
		<comments>http://blog.ralphje.net/2007/07/php-mysql_fetch_what#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:53:17 +0000</pubDate>
		<dc:creator>Ralph Broenink</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.surf2me.nl/weblog/ralphje/bericht/PHP-mysql_fetch_watte</guid>
		<description><![CDATA[MySQL is a powerful database engine, especially in combination with PHP. But how do you retrieve information from a dabatase? In this post I&#8217;ll try to explain the difference between mysql_fetch_array, _assoc, _field, _length, _object and _row. To do this, I have made a new table. This one I&#8217;ll use in all my examples: Table [...]]]></description>
		<wfw:commentRss>http://blog.ralphje.net/2007/07/php-mysql_fetch_what/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Sessions: How they do work</title>
		<link>http://blog.ralphje.net/2007/05/php-sessions-how-they-do-work</link>
		<comments>http://blog.ralphje.net/2007/05/php-sessions-how-they-do-work#comments</comments>
		<pubDate>Sat, 26 May 2007 13:47:46 +0000</pubDate>
		<dc:creator>Ralph Broenink</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://www.surf2me.nl/weblog/ralphje/bericht/PHP-Sessions-Hoe-het-allemaal-werkt</guid>
		<description><![CDATA[One of the (pure PHP) ways PHP offers for saving user data across several pages are Sessions. They come in different flavours: at first, there&#8217;s the one that makes your URL ugly, but makes them usable for all users. Secondly you can use cookies. That&#8217;s much nicer, but doesn&#8217;t work for all browsers. Surf2me.nl uses [...]]]></description>
		<wfw:commentRss>http://blog.ralphje.net/2007/05/php-sessions-how-they-do-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

