<?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>Piece of Unix Hints &#187; Uncategorized</title>
	<atom:link href="http://hints.jeb.be/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://hints.jeb.be</link>
	<description>hints.jeb.be</description>
	<lastBuildDate>Fri, 04 Dec 2009 20:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Get HTTP arguments when using PHP as CGI</title>
		<link>http://hints.jeb.be/2008/12/17/get-http-arguments-when-using-php-as-cgi/</link>
		<comments>http://hints.jeb.be/2008/12/17/get-http-arguments-when-using-php-as-cgi/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 01:45:50 +0000</pubDate>
		<dc:creator>Jeb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://hints.jeb.be/?p=28</guid>
		<description><![CDATA[Normaly when you use PHP as CGI, $_GET and $_POST should work as usual. But in certain configuration, they may not be set. In this case this code is the base to get args foreach (split('&#38;',$QUERY_STRING) as $tmp) { $tmp2 = split('=',$tmp); $$tmp2[0]=$tmp2[1]; }]]></description>
			<content:encoded><![CDATA[<p>Normaly when you use PHP as CGI, $_GET and $_POST should work as usual.<br />
But in certain configuration, they may not be set. In this case this code is the base to get args</p>
<blockquote><p><code>foreach (split('&amp;',$QUERY_STRING) as $tmp) {<br />
$tmp2 = split('=',$tmp);<br />
$$tmp2[0]=$tmp2[1];<br />
}</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://hints.jeb.be/2008/12/17/get-http-arguments-when-using-php-as-cgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
