I am fairly new to codeigniter, and can't seem to get this right. I have a bootstrap model which should display values from a database. Now the problem is that my requirement is to fetch the values from a database using AJAX, and insert it to the relevant fields[form inside Modal]. I know how to insert data into using AJAX, but have never used it to retrieve and populate something.
Please can someone solve this dilemma, I'm having this problem for hours now...