Welcome Guest, Not a member yet? Register   Sign In
Routing Question
#3

(09-26-2017, 03:12 AM)InsiteFX Wrote: Did you try a redirect to it?

Oh yes.

I did something like

PHP Code:
redirect(base_url().'register/congratulations'); 

If I remember it correctly. But I wanted to pass some data in an array via

PHP Code:
$this->load->view('register/congratulations'$data); 

The other thing I read about was to try using flash sessions (forgot the correct name, although I did read the docs about it) along with the redirect to pass session variables instead.
Reply


Messages In This Thread
Routing Question - by ironPotato - 09-25-2017, 11:14 PM
RE: Routing Question - by InsiteFX - 09-26-2017, 03:12 AM
RE: Routing Question - by ironPotato - 09-26-2017, 05:09 AM
RE: Routing Question - by dave friend - 09-26-2017, 10:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB