Welcome Guest, Not a member yet? Register   Sign In
Problem with validation redirect
#3

[eluser]mbrzuzy[/eluser]
[quote author="Irfan Cikoglu" date="1310068346"]Use like this:
Code:
$this->load->view('register', $data);
instead of $this->index(); Wink[/quote]

He might have code that he needs executed in the index() function before loading the registration page, in that case what he could do is something like this:

Code:
redirect('register');

or

Code:
redirect(base_url() . 'register');

depending on how you have your site setup.


Messages In This Thread
Problem with validation redirect - by El Forum - 07-06-2011, 07:20 AM
Problem with validation redirect - by El Forum - 07-07-2011, 08:52 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:11 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:22 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:26 AM
Problem with validation redirect - by El Forum - 07-07-2011, 09:28 AM
Problem with validation redirect - by El Forum - 07-07-2011, 03:01 PM
Problem with validation redirect - by El Forum - 07-07-2011, 08:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB