How to generate automatically an alphabetic structure of directories wih PHP (A to Z)
Learn how to generate a structure of directories from the A to the Z automatically with a short script in PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Learn how to generate a structure of directories from the A to the Z automatically with a short script in PHP.
Learn how to find the closest value to zero from a collection of numbers inside an array in PHP.
Learn how to determine wheter you are running PHP from the command line or from a web server.
Discover when you should use PHP or WordPress for your bussiness.
Learn how to solve the "PackageVersions\void, none returned" exception in Composer.
Discover the new elite features that PHP 7.3 has to offer.
Learn how to convert an integer to its roman representation and viceversa.
Learn why this error can appear on your code to generate a PDF with TCPDF.
Learn how to solve the issue after updating composer to the latest version with a low memory limit or 32 bits based PHP distributions.
Learn how to compile PHP extensions from its source code using Visual Studio in a Windows environment.