Welcome Guest, Not a member yet? Register   Sign In
Method segment
#1

[eluser]Unknown[/eluser]
Hi,

I've a simple method in a controller called "show":

Code:
function show(){

      $mail = $this->uri->segment(4);
      echo $mail;

   }

The thing is that when I go to ...website.com/controller/show/mail/[email protected]

It returns : example@domain_com

when I wait for : example@domain.com

What's the problem ? Thank you very much, see you.


Messages In This Thread
Method segment - by El Forum - 10-24-2010, 12:39 PM
Method segment - by El Forum - 10-24-2010, 02:01 PM
Method segment - by El Forum - 10-25-2010, 07:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB