![]() |
storing data - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: storing data (/showthread.php?tid=65253) |
storing data - davy_yg - 05-20-2016 Hello, Please cek the attachment and I already try to input things through the form hoping that it will store all the input in the database. but it does not works that way. Can anyone teach me how to fix it so that it can store data in the database? Thanks in advance. views/add_pages.php PHP Code: <div class="row-fluid"> models/pages_model.php PHP Code: public function insert_pages() controllers/cpages.php PHP Code: public function addpages() RE: storing data - skunkbad - 05-20-2016 A form isn't a form unless it has form tags. You have these? |