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…
Send mail in CodeIgniter Read More »
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…
Send mail in CodeIgniter Read More »
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…
Sending SMTP mail in CodeIgniter Read More »
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 QR code using codeigniter Read More »
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…
Generate barcode in codeigniter using zend library Read More »
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…
Upload image from URL in codeigniter Read More »
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…
Codeigniter Pagination Read More »
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,…
Create PDF in Codeigniter using Dompdf – flexible library Read More »
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…
Excel file with Database by PHPExcel in Codeigniter Read More »
How to convert HTML to Word by php, html to word by codeigniter The conversion of html to word is one of
Convert HTML To Word by PHP, Codeigniter – Pure Php class Read More »