Welcome Guest, Not a member yet? Register   Sign In
Logic for multi-step form.. not working.
#6

[eluser]smilie[/eluser]
Hi,

I am not sure if the script ends when it comes to $this->load->view('');

Could you try following:
Add
echo "test"; exit;

just after loading your view and call the controller. In case you see "test" in the screen, then it means script continues after view has been loaded. As next line in your code again sets your session variable, it is a good explanation why you see "complete" page. This also means that you will not be able to work with sessions like that. Maybe that you can exit script once view is loaded?

Do a test and let me know.

Regards,
Smilie


Messages In This Thread
Logic for multi-step form.. not working. - by El Forum - 09-07-2010, 04:44 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 04:14 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 09:34 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 09:38 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 10:35 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 11:50 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:17 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:29 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:34 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:40 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 01:07 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 01:18 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB