<?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: Parsing a URL querystring into variables in PHP</title>
	<atom:link href="http://www.askaboutphp.com/23/parsing-url-queryingstring.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/23/parsing-url-queryingstring.html</link>
	<description></description>
	<lastBuildDate>Sun, 05 Sep 2010 17:36:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andreas M. Hahn</title>
		<link>http://www.askaboutphp.com/23/parsing-url-queryingstring.html/comment-page-1#comment-21482</link>
		<dc:creator>Andreas M. Hahn</dc:creator>
		<pubDate>Sat, 22 May 2010 13:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=23#comment-21482</guid>
		<description>I recommend the use of &quot;mb_parse_str&quot; (PHP &gt;= 4.0.6), which is actually a multi-byte safe way to parse query strings into arrays.

You will find more best practices for parsing URLs as well as URIs, URNs and even IRIs according to RFC 3986 and RFC 3987 collected in a PHP class on this website:

http://andreas-hahn.com/en/parse-url</description>
		<content:encoded><![CDATA[<p>I recommend the use of &#8220;mb_parse_str&#8221; (PHP &gt;= 4.0.6), which is actually a multi-byte safe way to parse query strings into arrays.</p>
<p>You will find more best practices for parsing URLs as well as URIs, URNs and even IRIs according to RFC 3986 and RFC 3987 collected in a PHP class on this website:</p>
<p><a href="http://andreas-hahn.com/en/parse-url" rel="nofollow">http://andreas-hahn.com/en/parse-url</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
