[eluser]maria clara[/eluser]
[quote author="theprodigy" date="1266225784"]I'm assuming this is still on saving the new company through the jquery grid.
when submitting the add company form, does it contain the user id in a hidden field with the name "item"? Or, it doesn't even have to be a hidden field. Basically, are you submitting a form field, with the name "item" along with the rest of the form (company_name, company_code)?[/quote]
yes it is.
this part of the code is where my problem occur:
Code:
$item = $this->input->post("item");
$data['item'] = $this->User->save_companydetail($dt,$item);
because it was not posting the data but in my database it was added already. Now, my problem is how can i post it to show it in the browser.???