<?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 query string without question mark</title>
	<atom:link href="http://phpdebutant.com/php-query-string-without-question-mark.php/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdebutant.com/php-query-string-without-question-mark.php</link>
	<description>PHP Tutorials, Free PHP Scripts, Form Validation With PHP</description>
	<lastBuildDate>Sun, 15 Mar 2009 18:20:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sorrybut</title>
		<link>http://phpdebutant.com/php-query-string-without-question-mark.php/comment-page-1#comment-22</link>
		<dc:creator>sorrybut</dc:creator>
		<pubDate>Sun, 15 Mar 2009 18:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://phpdebutant.com/?p=4#comment-22</guid>
		<description>Actually, you&#039;re wrong. 

$_SERVER[&#039;QUERY_STRING&#039;];

You can form query strings however you want. If you stray from the default, though, it&#039;s your responsibility to parse and interpret them...PHP won&#039;t do it for you. That&#039;s all. 

So http://example.com/foo=bar&#124;bar=foo

Could easily be translated in PHP to $foo = &#039;bar&#039; and $bar = &#039;foo&#039;.</description>
		<content:encoded><![CDATA[<p>Actually, you&#8217;re wrong. </p>
<p>$_SERVER['QUERY_STRING'];</p>
<p>You can form query strings however you want. If you stray from the default, though, it&#8217;s your responsibility to parse and interpret them&#8230;PHP won&#8217;t do it for you. That&#8217;s all. </p>
<p>So <a href="http://example.com/foo=bar" rel="nofollow">http://example.com/foo=bar</a>|bar=foo</p>
<p>Could easily be translated in PHP to $foo = &#8216;bar&#8217; and $bar = &#8216;foo&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
