Welcome Guest, Not a member yet? Register   Sign In
passing variables
#2

[eluser]jonyr[/eluser]
Hi Briggl, you need to pass the posted variables.
Read the input class documentation in http://ellislab.com/codeigniter/user-gui...input.html

Code:
$data['username'] = $this->input->post('input_name');
$data['password'] = $this->input->post('input_name');

Change input_name with the correct values.


Messages In This Thread
passing variables - by El Forum - 08-05-2010, 11:25 AM
passing variables - by El Forum - 08-05-2010, 11:47 AM
passing variables - by El Forum - 08-05-2010, 06:12 PM
passing variables - by El Forum - 08-06-2010, 05:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB