Send mail in CodeIgniter
How to send mail in CodeIgniter using the normal mail() email library. We can send mail in codeigniter using the mail() and SMTP methods. To know how…
Sending SMTP mail in CodeIgniter
How to send SMTP mail in CodeIgniter ? We have normal mail() function in CodeIgniter but in some servers we may have to send emails using SMTP…
Generate QR code using codeigniter
How to generate QR code using codeigniter ? In this tutorial we’ll discuss about generate QR code using codeigniter. QR code is an another form of barcode…
Generate barcode in codeigniter using zend library
How to generate barcode in codeigniter? Create display barcode using codeigniter with zend barcode library In this article we’ll discuss how to generate barcode in codeigniter using…
Upload image from URL in codeigniter
How to upload image from url in codeigniter? Rather than selecting a file from drive and uploading into folder we can upload image from URL. For that…
Codeigniter Pagination
How to do codeigniter pagination with database? Codeigniter pagination is a very simple method to show large amount of data with a limit. Displaying large amount of…
Create PDF in Codeigniter using Dompdf – flexible library
How to generate a PDF in Codeigniter using Dompdf ? In this tutorial we will create pdf in codeigniter using Dompdf. Here I used image, inline css,…
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…
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…..