Today, we will explain to you how to use hooks in Codeigniter Framework. let’s know, what are hooks in Codeigniter. The hook allows you to execu...
 XpertPhp
  10 - Jun - 2018
 330
The explode() function is used to split a string. sometimes required to convert strings into PHP array. I’ll tell how to use it with examples PH...
 XpertPhp
  09 - Jun - 2018
 389
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...
 XpertPhp
  09 - Jun - 2018
 426
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 ...
 XpertPhp
  09 - Jun - 2018
 333
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...
 XpertPhp
  08 - Jun - 2018
 391
In this article, we will discuss how to insert Single and Multiple records from the MySQL database using the CodeIgniter framework(Codeigniter Single ...
 XpertPhp
  08 - Jun - 2018
 452
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...
 XpertPhp
  07 - Jun - 2018
 431
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...
 XpertPhp
  07 - Jun - 2018
 407
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...
 XpertPhp
  06 - Jun - 2018
 351
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...
 XpertPhp
  05 - Jun - 2018
 437