Files and Directories

Add Watermark using PHP to Existing or New PDF

Simple PHP script to add watermark to an existing or new PDF document using FPDF library. ...

July 16th, 2022

Generate PDF from HTML with JavaScript and Example

A detailed explanation on the variety of available libraries, tools to generate PDF from HTML with example codes. ...

May 12th, 2022

How to Generate Dynamic XML Sitemap for Website in PHP

Simple solution on how to create a custom dynamic XML sitemap generator in PHP with MySQL database. ...

April 6th, 2021

Create Zip File of Multiple Uploaded Files using PHP

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

Split and Export into Multiple Excel Sheet Files using PHP

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

Convert HTML to PDF with DocRaptor

Generating PDFs is a common programming task. PDFs are used to make invoices, receipts, eBooks, publishing documents and more. Unfortunately ...

March 7th, 2018

Array to XML Conversion using PHP

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

Insert XML Data to MySql Table

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

Generate PDF from MySQL Data using FPDF

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

PHP PDF Generation using FPDF

In this tutorial, we are going to generate PDFs from text file data using the PHP FPDF library. FPDF is unarguably the best server-side PDF ...

May 25th, 2015

↑ Back to Top