In this article, we will discuss how to delete a record or data (Codeigniter Delete Query with example) from the MySQL database using the CodeIgniter... Read More
In this article, we will discuss how to update a record or data (Codeigniter Update Query Using Where Condition) from the MySQL database using the... Read More
Codeigniter Single and Multiple records Insert Query
In this article, we will discuss how to insert Single and Multiple records from the MySQL database using the CodeIgniter framework(Codeigniter Single... Read More
In this article, we will discuss about how to use Join query in the CodeIgniter framework(CodeIgniter join query example) what Join Query if you need... Read More
In this tutorial, We will explain to you how to create codeigniter crud operations with mysql so we will create a simple CRUD application in... Read More
In this article, we will explain how to use a select query with multiple clauses in Codeigniter The Codeigniter provides Active Record class and that... Read More
How to get last record from the mysql table in codeigniter
In this tutorial, We will explain to you how to get last record from the MySQL table in CodeIgniter so we will give you a simple example of how to... Read More