![]() |
URI class character reading problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: URI class character reading problem (/thread-25647.html) |
URI class character reading problem - El Forum - 12-19-2009 [eluser]asifkilwani[/eluser] In URL I'm passing email address e.g.: [email protected], when i read and print the variable $email = $this->uri->segment(3); it prints [email protected]_com. Why it's changing "." with "_" |