<div dir="ltr"><div><div><div>'+' in url equla ' ' (base64). if value has '+', you must encode it.<br><br>example:<br></div>$a = "1+1";<br></div>echo urlencode($a);<br><br></div>the correct url is: "<a href="http://x.com/?test=1%2B1">http://x.com/?test=1%2B1</a>"<br>
</div><div class="gmail_extra"><br clear="all"><div>--<div><div>smallfish <a href="http://chenxiaoyu.org" target="_blank">http://chenxiaoyu.org</a></div></div></div>
<br><br><div class="gmail_quote">On Wed, Dec 11, 2013 at 6:19 PM, basti <span dir="ltr"><<a href="mailto:black.fledermaus@arcor.de" target="_blank">black.fledermaus@arcor.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <tt>Hello,</tt><tt><br>
    </tt><tt>I have the following Problem with Nginx 1.2.1-2.2 <br>
      running on </tt><tt>3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64
      GNU/Linux</tt><tt><br>
    </tt><tt><br>
      A String like </tt><tt>$_SERVER['QUERY_STRING'] = test=1+2
    </tt><tt>will get $_GET['test'] = 1 2 <br>
      I have found the following: <br>
    </tt><br>
    <div>
      <div><code>$_GET</code><code>[</code><code>"q"</code><code>] = </code><code>strtr</code><code>(</code><code>$_GET</code><code>[</code><code>"q"</code><code>], </code><code>"+"</code><code>, </code><code>" "</code><code>);</code></div>

    </div>
    <tt>at
<a href="http://www.dmuth.org/node/1268/how-get-rid-annoying-plus-signs-drupal-under-nginx" target="_blank">http://www.dmuth.org/node/1268/how-get-rid-annoying-plus-signs-drupal-under-nginx</a><br>
      <br>
      Is there a way to do this, in nginx config?<br>
      <br>
      Regards,<br>
      basti<br>
    </tt><tt></tt>
  </div>

<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br></blockquote></div><br></div>