Tag: html form

  • PHP Text PDF Generator App

    How to Generate Text PDFs Using PHP Without Third-Party Libraries In this tutorial, we will walk through how to generate PDF files with simple text using PHP without any external libraries, and we will also create a styled HTML5 form that allows you to input text and generate a PDF.

    Create PDFs from Text in PHP
  • Upload Multiple Files Using PHP And MariaDB

    How to Upload Multiple Files in PHP (With MariaDB Integration) Are you just starting out with PHP and want to learn how to build a multiple file upload system that saves filenames to a MariaDB database?

    Upload Files with PHP