<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP: The GETPOST trick</title>
	<atom:link href="http://www.chaoseed.com/garden/2010/04/12/php-the-getpost-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chaoseed.com/garden/2010/04/12/php-the-getpost-trick/</link>
	<description>Explorations into game design and creativity</description>
	<lastBuildDate>Sat, 19 Mar 2011 06:53:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JohnEvans</title>
		<link>http://www.chaoseed.com/garden/2010/04/12/php-the-getpost-trick/comment-page-1/#comment-55</link>
		<dc:creator>JohnEvans</dc:creator>
		<pubDate>Thu, 15 Apr 2010 03:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.chaoseed.com/garden/?p=68#comment-55</guid>
		<description>Interesting! I didn&#039;t know that.</description>
		<content:encoded><![CDATA[<p>Interesting! I didn&#8217;t know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KimikoMuffin</title>
		<link>http://www.chaoseed.com/garden/2010/04/12/php-the-getpost-trick/comment-page-1/#comment-52</link>
		<dc:creator>KimikoMuffin</dc:creator>
		<pubDate>Wed, 14 Apr 2010 18:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.chaoseed.com/garden/?p=68#comment-52</guid>
		<description>Yes, for the record, it &lt;i&gt;is&lt;/i&gt; possible to have both $_GET and $_POST in one request. I do it in my site&#039;s system all the time -- $_POST for the content of a comment on an article or login details, and $_GET for i.e. what page you&#039;re doing it on. Having both $_GET and $_POST is entirely on the designer, and therefore, any &lt;i&gt;conflict&lt;/i&gt; between the two is entirely their fault ...</description>
		<content:encoded><![CDATA[<p>Yes, for the record, it <i>is</i> possible to have both $_GET and $_POST in one request. I do it in my site&#8217;s system all the time &#8212; $_POST for the content of a comment on an article or login details, and $_GET for i.e. what page you&#8217;re doing it on. Having both $_GET and $_POST is entirely on the designer, and therefore, any <i>conflict</i> between the two is entirely their fault &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

