Category: PHP

How to Login with Facebook in CodeIgniter

Integrate Facebook login is the most used feature for today’s web application. Login with Facebook feature helps users to log into the web application easily. In this tutorial, we’re going to explain how to integrate Facebook login in CodeIgniter using Facebook PHP SDK with Facebook Graph API. Step 1: Config (application/config/autoload.php) Step 2: Config (application/config/facebook.php) […]

How to Create Dynamic Excel File Using PHPExcel Library in Codeigniter

In this tutorial, we will learn how to create an excel file in PHP Codeigniter with help of the PHP excel library. The data of Excel will come through the MySQL database. Extract the zip file using winzip or winrar and save the phpexcel folder under the codeigniter application directory (application/third_party/(save paste your phpexcel folder […]

How to install PHPExcel library in Codeigniter

PHPExcel is a PHP library for reading and writing spreadsheet, csv, excel files. CodeIgniter is one of the well known PHP MVC framework. here is step How to Integrate PHPEXcel library in CodeIgniter. you can download php excel library form here. Download PHPExcel library. Unzip or extract the downloaded PHPExcel library files and copy Class […]