PHP

debian 11 php 8 1 featured

Configuring Debian 11 Servers For PHP 8.1

This tutorial explains configuring Debian 11 for PHP 8.1 on your new or existing web application server. PHP applications such as WordPress or Nextcloud often track their supported PHP version with the version bundled with the most recent LTS Ubuntu Server release. For those who prefer Debian over Ubuntu (there are good reasons to do so – I’ll be detailing these in an upcoming article so check back for it!) instead, configuring Debian 11 for PHP 8.1 keeps parity with Ubuntu and ensures the best possible performance or compatibility for your PHP based applications.

Configuring Debian 11 Servers For PHP 8.1 Read More »

auto wordpress disclosure featured

How To Auto Insert Disclosures On WordPress Posts

Remembering to add affiliate disclaimers on WordPress posts is tedious. To prevent me from having to remember to manually insert any code or paste in the disclosure on each post, I wrote a simple function to insert my affiliate disclosure message automatically on each post. This tutorial shows you how to do the same for your own WordPress websites … and if you’ve never done any kind of programming before, you’ll get your feet wet with some simple PHP code.

How To Auto Insert Disclosures On WordPress Posts Read More »

Scroll to Top