![]() |
"%20" being automatically changed by CI to "_" - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: "%20" being automatically changed by CI to "_" (/showthread.php?tid=3726) |
"%20" being automatically changed by CI to "_" - El Forum - 10-18-2007 [eluser]Najki[/eluser] Hello, I've created a web side driven by codeigniter. The user profile viewing page identifies the user by his username, so the links are, f.e. http://www.example.com/user/show/andrew123 Now the problem is when user has an account named f.e. "andrew 123". The browser changes " " to "%20". CI accepts "%" itself, but it automatically changes the whole "%20" to "_", so this users account can't be found. I've been looking through the CodeIgniter's code in order to disable this function, but I haven't found it. Could anyone tell me where it's located ? Maybe some of you guys have a better idea of fixing it ? Thanks for Your reply. Best regards, Najki |