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.


Messages In This Thread
Query String being cut off - by El Forum - 03-06-2008, 03:02 PM
Query String being cut off - by El Forum - 03-06-2008, 03:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB