PHP

How to Install PHP Composer on Ubuntu 20.04
This quick guide will show you how you can install PHP Composer on Ubuntu… Read More
Laravel 8.22 Release With new Event Fake Assertion Announced
Laravel 8.22 release with a new event fake assertion, a collection method to… Read More
PEST v1.0 Release PHP Testing Framework is now Available
PEST v1.0 release, the first stable public release PHP testing framework was… Read More
How to View phpinfo() Output From Command-line in Linux
Here we show you a few ways on how to view the phpinfo() output… Read More
How to Create phpinfo File and Check PHP Configuration
This guide will show you how to create a phpinfo file and use it… Read More
WordPress All in One SEO Backlash After Auto Updates Debacle
For some reason, WordPress All in One SEO plugin developers unilaterally turned… Read More
How to Use The PHP Ternary Operator With Examples
The PHP ternary operator contains three operands and is usually used as a… Read More
PhpStorm 2020.3 Released with Support for PHP 8 and Tailwind CSS
PhpStorm 2020.3 has been released with full support for PHP 8, Tailwind CSS,… Read More
PHP 8 Release out With a Host of New Features And Optimizations
The PHP development team announced the release of PHP 8 which has been the… Read More
Laravel 8 Release With Laravel Jetstream, Models Directory, and More
Laravel 8 release has been announced for general availability. This release… Read More
WordPress Websites Attacked Due to File Manager Plugin Vulnerability
Hackers have been having a field day exploiting the File Manager Plugin… Read More
PHP 8.0.0 Beta 1 Release Available for Development Testing
PHP 8.0.0 Beta 1 release is now available for developer testing use and should… Read More
How to Use The Meta Tag to Redirect an HTML Page
Ideally, you can use the Meta Tag to redirect an HTML web page to… Read More
Matomo 3.14.0 Release has been Announced for General Availability
The team at Matomo has announced Matomo 3.14.0 Release for general… Read More
How to Install the Latest phpMyAdmin on Ubuntu 20.04
This tutorial will guide you in your quest to install the latest phpMyAdmin on… Read More
How to Hide Apache and PHP Version From HTTP Headers
This is why you may want to hide Apache web server and PHP versions… Read More
PHP Phalcon 4.0.6 Release is now Available
Phalcon 4.0.6 release has been announced. It comes with a few feature changes… Read More
Three Ways to Increase the PHP Memory Limit
Here is how to increase the PHP memory limit and avoid crashing your web… Read More
Where to Find php.ini PHP Configuration Files on Your Server
PHP configuration files are not located in the same place in all operating… Read More
How to Override Parent Theme Functions in WordPress
If you are a budding WordPress theme developer there is one thing you will… Read More
Using .htaccess to Redirect HTTP to HTTPS
For obvious, or not so obvious security reasons, it is important to redirect… Read More
How to use Integrity and Crossorigin in a WordPress Theme
In our previous article, we talked about how and why you should use Integrity… Read More
How to use WordPress Shortcodes in the Template
WordPress shortcodes are powerful pieces of text in square brackets added to… Read More
WordPress Briefly Unavailable for Scheduled Maintenance. Check Back in a Minute
Today we are going to show you how to quickly fix the “WordPress briefly… Read More
How to get the Right Client IP Address in PHP
If you have been a web developer for quite some time and are in… Read More
You can Detect the HTTP Request Method Using PHP by Doing This
This is another beginner PHP article this time focusing on how to detect the… Read More
It’s Time to Stop Using the mysql Extension Functions in PHP
No, really! You need to stop using the MySQL extension functions in PHP. That… Read More
How to Know if the Checkbox is Checked When Form is Submitted to PHP
It may or may not surprise you to hear that a lot of newbie… Read More