CodeIgniter Convert Query to Json & Insert Into Database
In this tutorial, we will learn to convert CodeIgniter query to json and also to insert them in our database. It is difficult to store an array in database which contains a lots of user data. We will have to make a lots of indexes in array in order to store them in database. In …
Continue reading “CodeIgniter Convert Query to Json & Insert Into Database”