CSS jQuery

Bootstrap button loading – very easy method

How to create a bootstrap button loading or spinner In this tutorial we will discuss how to show loading animation on buttons. HTML : jQuery : Bootstrap Css : https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css Bootstrap Js : https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js jQuery : https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js For other css solutions please visit CSS , for jQuery

Codeigniter

Excel file with Database by PHPExcel in Codeigniter

How to generate Excel file using PHPExcel in Codeigniter Here we will discuss how to create excel file from database by PHPExcel in codeigniter. We’ll Export Data from Database to Excel file in Codeigniter Framework by using PHPExcel library. Explanation : Step 1 :- Click here to download PHPExcel. Step 2 :- Extract the downloaded PHPExcel […]

Codeigniter PHP

Convert HTML To Word by PHP, Codeigniter – Pure Php class

How to convert HTML to Word by php, html to word by codeigniter The conversion of html to word is one of the most requested functionalities of phpdocx. In this tutorial we are going to convert html to Word by php and codeigniter. Here we are using a custom library named HTML_TO_DOC class to generate MS word document that […]

Back To Top