I run an Ubuntu server at work for internal purposes and updated my PHP version to 8.1. That broke PHPMyAdmin (because it was quite outdated) so I had to update it. And the process was fairly simple. Continue reading to learn how I did it.
Read the rest »
I use Joomla! at work to develop sites for the Government of Dominica and I have been getting quite a lot of spam from the contact form and comments. Reducing the spam is a challenge because I cannot use a Captcha due to our standards.
Every once in a while when working on a multitude websites, the need arises to allow one site to access the database of another site. This sounds like a daunting task but in reality it is not as hard as you may think. 