<?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/"
	>
	<channel>
		<title>Comments on: PHP Printer Pattern</title>
		<link>http://www.gerd-riesselmann.net/archives/2004/11/php-printer-pattern</link>
		<description>Gerd Riesselmann: Notes From the Bog-All Around Objects: C++, .NET, PHP, Design Patterns And More</description>
		<language>en</language>
		<pubDate>Thu, 18 Nov 2004 21:14:19 +0100</pubDate>
		<generator>Drupal TotalFeeds Module</generator>
				<image>
			<title>Comments on: PHP Printer Pattern</title>
			<link>http://www.gerd-riesselmann.net/archives/2004/11/php-printer-pattern</link>
			<url>http://www.gerd-riesselmann.net/images/feedbog.png</url>
						<width>130</width>
			<height>80</height>
					</image>
			<item>
		<title>hey ive been messing around</title>
		<link>http://www.gerd-riesselmann.net/node/3%2523comment-818</link>
		<description>hey ive been messing around with ezpdf and fpdf. i managed to create the pdf file eventually, but i cant make the print dialog auto appear. any idea how this can be done?</description>
		<content:encoded><![CDATA[<p>hey ive been messing around with ezpdf and fpdf. i managed to create the pdf file eventually, but i cant make the print dialog auto appear. any idea how this can be done?</p>
]]></content:encoded>
		<pubDate>Mon, 12 Jun 2006 08:12:40 +0200</pubDate>
		<dc:creator>evandrix</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/3%2523comment-818</guid>
							</item>
		<item>
		<title>You must send a HTTP header,</title>
		<link>http://www.gerd-riesselmann.net/node/3%2523comment-267</link>
		<description>You must send a HTTP header, like described in &lt;a href=&quot;http://php.net/header&quot;&gt;this tutorial&lt;/a&gt;:

&lt;?php
/* Redirect browser */
header(&quot;Location: http://www.example.com/&quot;); 
/* Make sure that code below does not get executed when we redirect. */
exit;
?&gt;
</description>
		<content:encoded><![CDATA[<p>You must send a HTTP header, like described in <a href="http://php.net/header">this tutorial</a>:</p>
<p><code>&lt;?php&nbsp;/*&nbsp;Redirect&nbsp;browser&nbsp;*/&nbsp;header("Location:&nbsp;http://www.example.com/");&nbsp; /*&nbsp;Make&nbsp;sure&nbsp;that&nbsp;code&nbsp;below&nbsp;does&nbsp;not&nbsp;get&nbsp;executed&nbsp;when&nbsp;we&nbsp;redirect.&nbsp;*/&nbsp;exit;&nbsp;?&gt;</code></p>
]]></content:encoded>
		<pubDate>Wed, 01 Mar 2006 10:30:08 +0100</pubDate>
		<dc:creator>Gerd Riesselmann</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/3%2523comment-267</guid>
							</item>
		</channel>
	</rss>
	