How to create dynamic XML sitemap in CodeIgniter application is really important to crawl website pages links or URLs for Google, Yahoo. Every basic website needs an XML sitemap so that we can submit the XML sitemap to google search…
Expand +Tag: CodeIgniter
Import CSV Data into Mysql Database in Codeigniter
Import csv data in bulk via a CSV file is one of the essential features of any web application and will decrease the time needed to insert data one by one. Here we want to import data from the CSV…
Expand +Upload and Create Image Thumbnails using CodeIgniter
The capability of uploading and create image thumbnails is one of the most important requirements for most web application developers and Codeigniter provides file upload and file resize feature. The Codeigniter Library for image Upload and Resize Image is very…
Expand +How to Combine Multiple Images or PDF Files into a Single PDF File Using ImageMagick
In this article, You will learn about how to create a single pdf file in Codeigniter from a separate set of images or pdf files using ImageMagick . PDF is the most used format to combine multiple images document or…
Expand +How to Convert an Image to PDF in CodeIgniter using FPDF Library
In this article, You will learn about how to create pdf file in Codeigniter from image using fpdf library . PDF is the most used format to generate PDF for image document in the web application. PDF file provides a…
Expand +How to Convert HTML to PDF in CodeIgniter using Dompdf Library
In this article, You will learn about how to create pdf file in Codeigniter from html using dompdf library . PDF is the most used format to generate PDF for invoice in the web application. PDF file provides a easy and user-friendly way…
Expand +