Nieuws

What do you do? No matter how many times you run either apt-get install php-mcrypt or yum install php-mcrypt, it won’t work. Fortunately, there’s a solution.
Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
Hestia is a web-based GUI for configuring NGINX, Apache, and PHP-FPM. Jack Wallen shows you how to get this up and running on Ubuntu Server 20.04.
Future of work Why PHP continues to be a popular but divisive programming language The good, the bad, and how the future looks for PHP users and developers ...
How to Call a Stored Procedure From PHP in MySQL. Stored procedures provide PHP programmers with pre-programmed database applications that retrieve and edit MySQL records. Stored procedures let ...