Welcome Guest, Not a member yet? Register   Sign In
URI segment with . in it gets converted to _
#1

[eluser]0plus1[/eluser]
Hello hi have this issue, I call this url:

Code:
user_confirm/[email protected]

then use this:

Code:
echo $email = $this->uri->segment(3);

And it outputs:

Code:
this_is_fake@gmail_com

Why?

p.s. this is my config:

Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-@';

Thank you for your help.




Theme © iAndrew 2016 - Forum software by © MyBB