> This sort of looks like a PHP-style URL. May I suggest using an index > in the query as a quick solution?
> new URI('http://test.com/?f[28][0]=110&order=pv');
...though note that will only work if $f[28][0] is not already
populated; in simplest register_globals, it will be equivalent to [],
but not if you manually import or have non-default GPCS order.
-- Sandy
