Welcome Guest, Not a member yet? Register   Sign In
Noob needs help with email account verification
#2

[eluser]Emkay[/eluser]
I'm not 100% sure but I don't think CI allows hyphens in the parameters or function names. Try using GET queries instead if you want to pass multiple variables.

Use the form

Code:
http://example.com/login/verifyaccount?username=someusername&code=458492829853473

Get the username and code using $this->input->get()

Code:
$username = $this->input->get('username');
$security_string = $this->input->get('code');


Messages In This Thread
Noob needs help with email account verification - by El Forum - 07-19-2011, 02:17 PM
Noob needs help with email account verification - by El Forum - 07-20-2011, 11:55 AM
Noob needs help with email account verification - by El Forum - 07-20-2011, 12:44 PM
Noob needs help with email account verification - by El Forum - 07-20-2011, 02:39 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 05:15 AM
Noob needs help with email account verification - by El Forum - 07-21-2011, 05:21 AM
Noob needs help with email account verification - by El Forum - 07-21-2011, 10:48 AM
Noob needs help with email account verification - by El Forum - 07-21-2011, 10:49 AM
Noob needs help with email account verification - by El Forum - 07-21-2011, 01:05 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 01:59 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:08 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:26 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:33 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:37 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:42 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:44 PM
Noob needs help with email account verification - by El Forum - 07-21-2011, 02:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB