one method:
we can access the id using below method
$id=$this->input->get_post(‘id’);
second method:
“edit”)); ?>
$id=$this->uri->segment(3);
one method:
we can access the id using below method
$id=$this->input->get_post(‘id’);
second method:
“edit”)); ?>
$id=$this->uri->segment(3);