Get the value from DropDown list [RESOLVED] |
The solution you've found, has nothing to do with CodeIgniter.
If you set up CI correctly, you can use the Query Builder to make it a lot easier: PHP Code: $sum1 = $this->input->get('id'); $this->db is the database connection CodeIgniter is using. Please read the Database Reference: http://www.codeigniter.com/userguide3/da...index.html |
Messages In This Thread |
Get the value from DropDown list [RESOLVED] - by Fraps900 - 12-02-2016, 03:11 PM
RE: Get the value from DropDown list - by Wouter60 - 12-02-2016, 03:22 PM
RE: Get the value from DropDown list - by Fraps900 - 12-03-2016, 11:02 AM
RE: Get the value from DropDown list - by ivantcholakov - 12-03-2016, 12:06 PM
RE: Get the value from DropDown list - by Fraps900 - 12-03-2016, 01:07 PM
RE: Get the value from DropDown list - by Wouter60 - 12-04-2016, 01:12 PM
RE: Get the value from DropDown list - by Fraps900 - 12-05-2016, 02:08 PM
RE: Get the value from DropDown list - by Fraps900 - 12-05-2016, 02:24 PM
RE: Get the value from DropDown list [RESOLVED] - by Wouter60 - 12-05-2016, 11:39 PM
RE: Get the value from DropDown list [RESOLVED] - by Fraps900 - 12-07-2016, 02:20 PM
RE: Get the value from DropDown list [RESOLVED] - by Fraps900 - 12-07-2016, 02:21 PM
|