<?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: Fetch $_GET as String with http_build_query()</title>
	<atom:link href="/2011/08/17/php-fetch-get-as-string-with-http_build_query/feed/" rel="self" type="application/rss+xml" />
	<link>/2011/08/17/php-fetch-get-as-string-with-http_build_query/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Gero</title>
		<link>/2011/08/17/php-fetch-get-as-string-with-http_build_query/comment-page-1/#comment-14406</link>
		<dc:creator><![CDATA[Gero]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 15:26:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=2358#comment-14406</guid>
		<description><![CDATA[It does make sense this way around. Still, using $_GET as an example seems bad to me, since it was generated exactly from the data you want to end up with.]]></description>
		<content:encoded><![CDATA[<p>It does make sense this way around. Still, using $_GET as an example seems bad to me, since it was generated exactly from the data you want to end up with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2011/08/17/php-fetch-get-as-string-with-http_build_query/comment-page-1/#comment-14404</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 12:59:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=2358#comment-14404</guid>
		<description><![CDATA[@Gero - getenv(&#039;QUERY_STRING&#039;) or $_SERVER[&#039;QUERY_STRING&#039;] whatever is OK, but what if you have an array and you want to build the query string. Imagine you&#039;ve an empty $_GET but you want to generate a query string from this: array(&#039;a&#039; =&#062; &#039;b&#039;, &#039;c&#039; =&#062; &#039;d&#039;)?]]></description>
		<content:encoded><![CDATA[<p>@Gero &#8211; getenv(&#8216;QUERY_STRING&#8217;) or $_SERVER[&#8216;QUERY_STRING&#8217;] whatever is OK, but what if you have an array and you want to build the query string. Imagine you&#8217;ve an empty $_GET but you want to generate a query string from this: array(&#8216;a&#8217; =&gt; &#8216;b&#8217;, &#8216;c&#8217; =&gt; &#8216;d&#8217;)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gero</title>
		<link>/2011/08/17/php-fetch-get-as-string-with-http_build_query/comment-page-1/#comment-14403</link>
		<dc:creator><![CDATA[Gero]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 12:52:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=2358#comment-14403</guid>
		<description><![CDATA[getenv(&#039;QUERY_STRING&#039;);]]></description>
		<content:encoded><![CDATA[<p>getenv(&#8216;QUERY_STRING&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
