Welcome Guest, Not a member yet? Register   Sign In
confirmation email for user signup
#1

[eluser]Brad K Morse[/eluser]
If I was using php w/o CI as the framework, I would display a activation link within the confirm email like: domain.com/[email protected]?key=0301002020

I have not done this in CodeIgniter and was wondering how I would accomplish getting ($_GET) both those variables to pass into a controller function?

something like?

domain.com/confirm/[email protected]/0301002020

Code:
function confirm() {
$segment_2 = $this->segment...
$segment_3 = $this->segment...

// rest of the confirmation code
}


Messages In This Thread
confirmation email for user signup - by El Forum - 08-09-2011, 08:51 PM
confirmation email for user signup - by El Forum - 08-09-2011, 09:09 PM
confirmation email for user signup - by El Forum - 08-09-2011, 09:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB