![]() |
how is store several value to database? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: how is store several value to database? (/showthread.php?tid=43389) |
how is store several value to database? - El Forum - 07-09-2011 [eluser]SaSa[/eluser] Sorry, I do not know much English. i create a table to database, it have several row, consider it table have a row that name is title and a input. Code: <input type="text" name="title" > Or, how can insert several value(add input->name="title",...) to row title in database? I hope can be transferred my purpose. is it like storing checkbox data In database? what is your idea? |