We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,254 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

GET VALUE ERROR ON IE

My original path in php code is
redirect('abc.php?satisfaction=5&surname=trfhtrd&given_name=tryhtr');

It can show normally in url bar on firefox and chrome. I cam get all information

But on IE url bar
It shows
abc.php?satisfaction=5®_surname=trfhtrd®_given_name=tryhtr
So I cannot get information

Why? What happen I facing?

2
Contributors
1
Reply
17 Minutes
Discussion Span
10 Months Ago
Last Updated
2
Views
erik216
Light Poster
26 posts since Aug 2011
Reputation Points: 9
Solved Threads: 1
Skill Endorsements: 0

Try with urlencode():

`redirect(urlencode('abc.php?satisfaction=5&surname=trfhtrd&given_name=tryhtr'));`

a part from that: redirect() is the CI function or is custom? If custom then post the code, bye!

cereal
Veteran Poster
1,146 posts since Aug 2007
Reputation Points: 344
Solved Threads: 223
Skill Endorsements: 22

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0721 seconds using 2.68MB