Welcome Guest, Not a member yet? Register   Sign In
URI problem with query string like URL
#1

[eluser]Unknown[/eluser]
Hi, i'm making shop and i'm using system that indicates if users credit card is acceptable or not. System requires accept and discline url to be defined. After adding some info it redirects users. So if i define accept_url to be http://www.mypage.com/index.php/shop/accept/ they redirect user to http://www.mypage.com/index.php/shop/acc...570C37B713
Is there way to access all accepturl?Order=xx&Amount=yyy&Currency=rrr&Transno=zzzzz&Validatemd=AD6F2A602DA7FAE5435B90570C37B713 thing, since $this->uri->segment(3); only gives accepturl.
I use
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\?&-=';
and i don't use .htaccess.


Messages In This Thread
URI problem with query string like URL - by El Forum - 07-15-2009, 01:16 AM
URI problem with query string like URL - by El Forum - 07-15-2009, 04:14 AM
URI problem with query string like URL - by El Forum - 07-15-2009, 04:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB