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

[eluser]CroNiX[/eluser]
I'd urge you to try to find the problem and correct it. Using flashdata is not a good long term solution, especially with critical data, and you can run into problems with session. If you want further help repost all of the code, along with the view for the 2nd form.

I missed where you were using $query->result(), and I told you how to do it with an array ($query->result_array()) instead of an object. So instead of $query[‘nombre’] it should have been $query->nombre in the view.


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