<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Change the PHP Query String Variable Separator Using&#160;php.ini</title> <atom:link href="http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: fyrye</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-16412</link> <dc:creator>fyrye</dc:creator> <pubDate>Thu, 11 Mar 2010 03:28:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-16412</guid> <description>To fix the above the first example href=&quot;?i=1&amp;x=2&quot; should read with &amp;
like so
href=&quot;?i=1&amp;x=2&quot;</description> <content:encoded><![CDATA[<p>To fix the above the first example href=&#8221;?i=1&amp;x=2&#8243; should read with &amp;amp;<br
/> like so<br
/> href=&#8221;?i=1&amp;amp;x=2&#8243;</p> ]]></content:encoded> </item> <item><title>By: fyrye</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-16411</link> <dc:creator>fyrye</dc:creator> <pubDate>Thu, 11 Mar 2010 03:24:10 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-16411</guid> <description>Keep in mind that XML invalidates the &amp; symbol when it&#039;s located in the href tag.
To validate your XML you have to supply &amp; EG: href=&quot;?i=1&amp;x=2&quot;
When using this method the return value in the URI will return as &quot;&amp;&quot;, and if you are using relative URLs in your application navigation, this will invalidate the DOM generated XML in most browsers and stop page load in Google Chrome (Safari).
Result: href=&quot;/mypage.php?i=1&amp;x=2&quot;Returns - EntityRef: expecting &#039;;&#039;</description> <content:encoded><![CDATA[<p>Keep in mind that XML invalidates the &amp; symbol when it&#8217;s located in the href tag.<br
/> To validate your XML you have to supply &amp; EG: href=&#8221;?i=1&amp;x=2&#8243;<br
/> When using this method the return value in the URI will return as &#8220;&amp;&#8221;, and if you are using relative URLs in your application navigation, this will invalidate the DOM generated XML in most browsers and stop page load in Google Chrome (Safari).<br
/> Result: href=&#8221;/mypage.php?i=1&amp;x=2&#8243;</p><p>Returns &#8211; EntityRef: expecting &#8216;;&#8217;</p> ]]></content:encoded> </item> <item><title>By: Tutorial City</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-14494</link> <dc:creator>Tutorial City</dc:creator> <pubDate>Mon, 14 Dec 2009 15:09:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-14494</guid> <description>If you really want to display pretty URLs it&#039;s better to use mod_rewrite.</description> <content:encoded><![CDATA[<p>If you really want to display pretty URLs it&#8217;s better to use mod_rewrite.</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3473</link> <dc:creator>Alex</dc:creator> <pubDate>Sat, 18 Oct 2008 11:05:12 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3473</guid> <description>Think SEO</description> <content:encoded><![CDATA[<p>Think SEO</p> ]]></content:encoded> </item> <item><title>By: Binny V A</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3470</link> <dc:creator>Binny V A</dc:creator> <pubDate>Sat, 18 Oct 2008 04:42:41 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3470</guid> <description>I think this will break a 3rd party CMS(like wordpress).</description> <content:encoded><![CDATA[<p>I think this will break a 3rd party CMS(like wordpress).</p> ]]></content:encoded> </item> <item><title>By: wsr</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3466</link> <dc:creator>wsr</dc:creator> <pubDate>Fri, 17 Oct 2008 16:41:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3466</guid> <description>@david: Maybe, but standart is &quot;&amp;&quot; and many SE use this symbol to explode and analyze query string...</description> <content:encoded><![CDATA[<p>@david: Maybe, but standart is &#8220;&amp;&#8221; and many SE use this symbol to explode and analyze query string&#8230;</p> ]]></content:encoded> </item> <item><title>By: david</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3465</link> <dc:creator>david</dc:creator> <pubDate>Fri, 17 Oct 2008 16:22:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3465</guid> <description>&lt;p&gt;@wsr:  Search engine sees it as the same -- you wouldn&#039;t be penalized by this.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>@wsr:  Search engine sees it as the same &#8212; you wouldn&#8217;t be penalized by this.</p> ]]></content:encoded> </item> <item><title>By: wsr</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3464</link> <dc:creator>wsr</dc:creator> <pubDate>Fri, 17 Oct 2008 16:16:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3464</guid> <description>And how Search engines see on this trick?</description> <content:encoded><![CDATA[<p>And how Search engines see on this trick?</p> ]]></content:encoded> </item> <item><title>By: Elmas</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3462</link> <dc:creator>Elmas</dc:creator> <pubDate>Fri, 17 Oct 2008 14:01:04 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3462</guid> <description>Didnt know this one, thx ;)</description> <content:encoded><![CDATA[<p>Didnt know this one, thx ;)</p> ]]></content:encoded> </item> <item><title>By: Tricks</title><link>http://davidwalsh.name/change-php-query-string-variable-separator-php-ini/comment-page-1#comment-3460</link> <dc:creator>Tricks</dc:creator> <pubDate>Fri, 17 Oct 2008 13:36:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=611#comment-3460</guid> <description>pretty useful</description> <content:encoded><![CDATA[<p>pretty useful</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.009 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 12:30:34 -->
