Hi Ian,<br><br> So is it an nginx (or php-fpm?) bug that the value of &#39;y&#39; shows as 2 instead of &#39;2;3&#39;?<br><br>-Giri<br><br><div class="gmail_quote">On Tue, Jun 22, 2010 at 12:28 PM, Ian Hobson <span dir="ltr">&lt;<a href="mailto:ian@ianhobson.co.uk">ian@ianhobson.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 22/06/2010 20:07, Ankur Gupta wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
 I have a URL of the form:   /abc?x=1&amp;y=2;3.   The nginx server passes the request to php-fpm thread.  When I try to query for the value of &#39;y&#39; I get &#39;2&#39; instead of &#39;2;3&#39;.  Is this expected?   Are semicolons somehow considered to be query delimiters?<br>

<br>
</blockquote></div>
Hi Ankur,<br>
<br>
There is no standard for delimiter, only common practise.  You can use what you like.<br>
<br>
The W3C has been recommending semicolon as a delimiter since 1994 or so.<br>
<br>
That said, sending &#39;&amp;amp;&#39; so that it comes back as &#39;&amp;&#39; is common, correct, conforms to standards and expected by  users and search engines.<div><div></div><div class="h5"><br>
<br>
Regards<br>
<br>
Ian<br>
<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>