Welcome Guest, Not a member yet? Register   Sign In
method accessing problem
#3

[eluser]richzilla[/eluser]
So at the top of your controller (or in your autoload file):

Code:
$this->load->helper('form')

And in your view, where you have the html form element, replace that with:

Code:
<?php echo form_open('catagory/UpdateDetails'); ?>


Messages In This Thread
method accessing problem - by El Forum - 12-01-2009, 05:21 AM
method accessing problem - by El Forum - 12-01-2009, 05:26 AM
method accessing problem - by El Forum - 12-01-2009, 05:31 AM
method accessing problem - by El Forum - 12-01-2009, 05:37 AM
method accessing problem - by El Forum - 12-01-2009, 11:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB