[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.