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
#12

[eluser]markanderson993[/eluser]
Huh, well the was strange indeed. I re-downloaded the redux auth code from google and copy paisted the code in the redux auth library. And guess what... IT WORKED, woot. Thanks for the useful input (no pun intended)

By the way, do you know how to install DB2_Session classes? I posted about them above, just wondering if you know how to use them to make redux auth even more secure.
#13

[eluser]charlie spider[/eluser]
never used them.

no reason why.

just have never used them.




Theme © iAndrew 2016 - Forum software by © MyBB