In this article, we will discuss How to generate pdf in Codeigniter using the mPDF library. There are many packages available but mPDF package through...
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 ...
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 Cod...
In this article, we will discuss how to insert Single and Multiple records from the MySQL database using the CodeIgniter framework(Codeigniter Single ...
In this article, We will explain how to create login with google account using PHP. Here we will create a system where the user can log in with his Go...
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 nee...
In this article, We will discuss how to create custom helper in CodeIgniter. CodeIgniter allows the creation of a custom helper. So we can easily crea...
In this post, I will share with you, how to convert PHP array into a string, An array is a special symbol, that stores multiple values at a time.
Re...