Welcome Guest, Not a member yet? Register   Sign In
Query String being cut off
#1

[eluser]shaffick[/eluser]
Hi guys,

I seem to have a problem with query strings being passed.

I have allowed query strings in my config file. I have
Code:
$config['uri_protocol']    = "AUTO";
$config['enable_query_strings'] = TRUE;

Let's say my controller is called "profile"

Code:
URL being shown in browser bar:  www.site.com/profile/?qm_exchange=NGS

Code:
URL actually clicked on:  www.site.com/profile/?qm_exchange=NGS&targetsym;=&targetex;=&

As you can see, the URL is being truncated at the first & sign. Any ideas? I'm really really stumped, been trying to solve this for the past few hours now.

Thanks in advance for any help.
#2

[eluser]Avatar[/eluser]
I have kinda same bug, but it doesn't show its ugly head when you have index.php in the url




Theme © iAndrew 2016 - Forum software by © MyBB