News

Besides performance improvements, PHP 8.3 brings a many new features, including amendments to the existing readonly feature; explicitly-typed class constants; a new # [\\Override] attribute, and more.
In this article, we will review new PHP 8 features related to classes, including enums, the new readonly modifier for a class property, and constructor parameter promotion.
The easyCRUD is a class which you can use to easily execute basic SQL operations like (insert, update, select, delete) on your database. It uses the database class I've created to execute the SQL ...
A database class for PHP-MySQL which uses the PDO extension.
PHP allows you to generate PDF files dynamically, which can be useful for a variety of tasks. FPDF is a free PHP class containing a number of functions that let you create and manipulate PDFs.