Welcome Guest, Not a member yet? Register   Sign In
Problem inserting an array into another array
#11

[eluser]charlie spider[/eluser]
have you been monkeying around with any of your redux_auth files ???

check them for any echo or prints

to load your views, shouldn't you be using:

$this->load->view('register/register_view', $data);

instead of:

$this->template->load('register/register_view');

???????




side note:

to Ignite your code even more you should use

$this->input->post('username')

instead of

$_POST['username']

because: http://ellislab.com/codeigniter/user-gui...input.html

because of the


Messages In This Thread
Problem inserting an array into another array - by El Forum - 06-29-2008, 07:35 PM
Problem inserting an array into another array - by El Forum - 06-29-2008, 08:10 PM
Problem inserting an array into another array - by El Forum - 06-29-2008, 08:43 PM
Problem inserting an array into another array - by El Forum - 06-29-2008, 10:40 PM
Problem inserting an array into another array - by El Forum - 06-29-2008, 10:41 PM
Problem inserting an array into another array - by El Forum - 06-29-2008, 10:45 PM
Problem inserting an array into another array - by El Forum - 06-29-2008, 10:47 PM
Problem inserting an array into another array - by El Forum - 06-30-2008, 09:26 AM
Problem inserting an array into another array - by El Forum - 06-30-2008, 10:29 AM
Problem inserting an array into another array - by El Forum - 06-30-2008, 10:50 AM
Problem inserting an array into another array - by El Forum - 06-30-2008, 11:06 AM
Problem inserting an array into another array - by El Forum - 06-30-2008, 11:15 AM
Problem inserting an array into another array - by El Forum - 06-30-2008, 11:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB