A learning material to create a one-time download link in PHP and Database with a few simple steps. ...
February 29th, 2024
Simple PHP script to add watermark to an existing or new PDF document using FPDF library. ...
July 16th, 2022
A detailed explanation on the variety of available libraries, tools to generate PDF from HTML with example codes. ...
May 12th, 2022
Simple solution on how to create a custom dynamic XML sitemap generator in PHP with MySQL database. ...
April 6th, 2021
PHP built-in class ZipArchive supports and simplifies the job to create zip file consisting of multiple files uploaded via a HTML form inter ...
April 29th, 2019
When we are dealing with huge volume of records export into excel or CSV, we cannot blindly export them into a file. Imagine we have a milli ...
August 17th, 2018
Generating PDFs is a common programming task. PDFs are used to make invoices, receipts, eBooks, publishing documents and more. Unfortunately ...
March 7th, 2018
When there is a necessity to serialize a PHP array, it can be converted to XML, store and also may be transmitted. In that process, the key/ ...
January 30th, 2018
Programmatically importing XML data into a MySQL database will be handy in many a situations. In this tutorial, we are going to learn how to ...
January 19th, 2018
In this tutorial, we are going to see how to generate PDF from the MySQL table by using the FPDF library. In a previous tutorial, we have se ...
June 8th, 2015