Practical solutions

PHP Howtos How-To Guides

Solve the problem. Keep building. Collection of PHP how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Generate UUID in PHPThis tutorial demonstrates how to generate different versions of UUIDs in PHP. How to Use ODBC Functions in PHPThis article introduces how to use ODBC functions in PHP. How to Set Maximum Execution Time in PHPThis tutorial introduces how to increase the maximum execution time of a script in PHP. How to Get Random Array Item in PHPThis tutorial introduces how to get a random item from an array in PHP. How to Delete Directory in PHPThis tutorial introduces how to delete a directory in PHP. How to Count Files in a Directory in PHPThis tutorial introduces how to count files in a directory in PHP. How to Set Up PHP-FPM and Nginx Docker ContainersIn this tutorial, we will discuss how you can set up your PHP, PHP-FPM and NGINX containers when developing locally on Docker. How to Minify HTML Output of the PHP PageIn this article, we will discuss the process of minifying your HTML output for PHP pages. We minify the output to improve the overall website performance. How to Download PDF Files in HTML With PHPYou can download PDF files in HTML links using PHP. How to Convert a PDF Document to a Preview Image in PHPThis tutorial will discuss two methods you can use to convert a PDF document to a set of preview images in PHP. How to Compare Two Arrays in PHPThis tutorial explains and details how to compare two arrays using operators and functions in PHP. How to Break Out of the Foreach Loop in PHPThis tutorial explains and details in simple steps how you can break out of the foreach loop in PHP. How to Add Array to Array in PHPThis tutorial explains and details how to add array to another array in PHP include older versions How to Profile a PHP ScriptThis tutorial introduces how to profile a PHP script. How to Create Table in PHPThis tutorial introduces how to create table in PHP. How to Loop Through Associative Array in PHPThis tutorial introduces how to loop through an associative array and get the key in PHP. How to Implement Linked List in PHPThis tutorial introduces the implementation of linked list in PHP. How to Work With DatePicker in PHPThis tutorial discusses how to work with DatePicker in PHP using built-in functions and a third-party PHP library. How to Require_once vs Include in PHPThis tutorial explains and details how and when to use require, include, require_once and include_once within a PHP file. How to Include Absolute and Relative Paths in PHPThis tutorial details and explains how to use the absolute and relative path in PHP. How to Calculate Average of Numbers in PHPThis tutorial explains how to calculate a series of numbers, float, or integers in PHP. How to Round Floating-Point Numbers in PHPThis tutorial demonstrates how to round the floating-point numbers in PHP. How to Parse HTML in PHPThis tutorial details and explains how to use HTML and webpages using PHP built-in functions and third-party libraries. How to Use PHP With Visual Studio CodeThis tutorial details the process of installing Visual Studio Code, configuring the PHP interpreter and using extension.