Category: PHP

  • Master PHPUnit Testing with MariaDB Integration for Developers

    Getting Started with PHPUnit: A Complete Guide with MariaDB Database Integration Introduction PHPUnit is an essential tool for testing PHP code to ensure it behaves as expected.

    PHPUnit Tutorial for Beginners
  • PHP URL Shortener App

    Build a Simple URL Shortener Using PHP and MariaDB In this tutorial, we will build a simple URL shortener using PHP and MariaDB.

    Learn PHP in 10 Minutes
  • PHP Voting Form App

    Build a PHP Backend for Your HTML5 Voting Form with MariaDB In this tutorial we take your HTML5 voting form to the next level by adding a PHP backend with MariaDB storage.

    Save Votes in MariaDB
  • 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
  • PHP Dynamically Plotting HTML5 Graphs Using MariaDB

    Beginner Guide to PHP MariaDB and Dynamic Canvas Plotting with CRUD This guide introduces a simple way for beginners to use PHP with MariaDB to create a basic data system that can add update delete and display information as a live canvas graph in the browser.

    Dynamic PHP Charts Fast
  • PHP Dynamically Change Color Of Image

    ,

    How to Dynamically Change the Color of an Image with PHP Introduction: In this tutorial, we’ll explore how to dynamically change the color of an image on a webpage using PHP.

    PHP Image Manipulation Tutorial
  • PHP Database Word Search App

    Building a Word Search with PHP and MariaDB: Fetching Search Results Using FULLTEXT, LIKE, and LOCATE/POSITION In this beginner-level tutorial, we’ll walk you through creating a simple word search application using PHP and MariaDB.

    Learn FULLTEXT Search in PHP