Skip to content

All Articles

Is PHP Dead? No! At Least Not According to PHP Usage Statistics

Is PHP dead? In this post, we try to answer that question by taking a look at some of the data on PHP usage statistics. Spoiler - PHP is not dead.
Reading time
6 min read
Updated date
November 24, 2022
Topic
Learn PHP
Topic
Web Development Languages

WordPress Cookies and PHP Sessions – Everything You Need to Know

Diving into the topic of cookies and PHP sessions. Learn what they are, how WordPress uses them, and issues that arise with caching and dynamic req…
Reading time
14 min read
Updated date
November 24, 2022
Topic
Learn PHP
Topic
Website Cache

What Is PHP? How Is PHP Used in WordPress?

PHP is an open-source, server-side scripting and programming language that's primarily used for web development. Click here to learn more about PHP.
Reading time
5 min read
Updated date
November 30, 2022
Topic
Learn PHP

Why You Should Be Using Supported PHP Versions

Supported PHP versions (especially PHP 7 and higher) offer security enhancements, performance benefits, and all around better developer features.
Reading time
15 min read
Updated date
December 30, 2022
Topic
Learn PHP
Topic
PHP Updates

How to Restore MySQL Database Using phpMyAdmin

Perhaps you are migrating WordPress hosts or doing local development. Check out this quick tutorial on how to restore MySQL database using phpMyAdmin.
Reading time
2 min read
Updated date
September 16, 2022
Topic
Learn PHP
Topic
MySQL Database

10 Things Not to Do in PHP 7

With PHP 7 it's time to shed some of our bad habits. Let's take a look at some bad habits to get rid of as we switch to PHP 7.
Reading time
6 min read
Updated date
April 21, 2022
Topic
Learn PHP
Topic
PHP Updates