Welcome Guest, Not a member yet? Register   Sign In
How to pass data from a one form to another
#7

[eluser]Linkark07[/eluser]
Problem still persisted. But I found a solution to the problem. Dunno if it is right though, but the textboxes are populated on the second form.

In buscarcurso I added this:

Code:
$this->session->set_flashdata('nombre', $nombre);
                redirect(base_url().'site/confirma_inscr');

And in confirma_inscr I added this:
Code:
$nombre = $this->session->flashdata('nombre');


Thanks for everything CroNiX


Messages In This Thread
How to pass data from a one form to another - by El Forum - 08-06-2014, 01:30 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 03:18 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 03:45 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 04:45 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 05:16 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 05:55 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 06:36 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 07:13 PM
How to pass data from a one form to another - by El Forum - 08-07-2014, 07:29 AM
How to pass data from a one form to another - by El Forum - 08-07-2014, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB