Tag php

How to Log PHP Errors and Warnings

You don’t want to keep the debug mode enabled to display the errors and warnings on your website but still want to see what you’re missing? Or maybe just want to write some info to a log for debugging purposes?…

Change PHP Upload Size

To change the PHP maximum upload size, you need to edit the php.ini file and then restart the webserver. Depending on your Linux distribution, the php.ini will be located at a different location:CentOS / Red Hat: / Debian: …

Install PHP 7 on Ubuntu 20.04

If you have a server, you probably want to install PHP.A while ago I thought PHP is really primitive (I only used Java/JSP) but WordPress has changed that forever. Install PHP and PHP MySQL library (you will probably need it)…