Let’s be honest, The PHP we’re writing in 2026 would probably look like alien technology to someone stuck in the version 5.6 era. It’s faster, leaner, and—dare I say—actually fun to work with again. The language has turned into an…
Expand +Tag: CodeIgniter
How to Create Dynamic XML Sitemap in Codeigniter?
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 +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
Step 1: Download Fresh Latest Version of Codeigniter Step 2: Add Controller Method
Expand +How to Convert an Image to PDF in CodeIgniter using FPDF Library
Step 1: Download Fresh Codeigniter 3 Step 2: Download fpdf library Step 3: Create mypdf.php file in “application/libraries” Folder
Expand +