PHP

PHP 8.1: New Features and Deprecations from the Major Release

PHP 8.1 is the new PHP version released November 2021. This version comes with new features, performance improvements, and changes that will open more...

11 Best PHP Frameworks For Beginner to Pro Developers

PHP is one of the most popular server-side scripting languages to create dynamic websites, read and write web files, and track sessions. However,...

How to (Safely) Make A PHP Redirect

PHP redirects are an incredibly useful tool, but they can also be dangerous if not implemented correctly. If you’ve been through our...

CodeIgniter Tutorial: The Complete Guide

Website development can seem challenging, especially if tackled without any assistance. Luckily, there are development tools like CodeIgniter. It’s...

How to Install Composer for Linux, Mac, and Windows + Best Practices

Composer is a dependency manager made for the PHP programming language. It allows users to easily manage and integrate external dependencies and...

How to Connect PHP to MySQL Database

If you are a beginner in website development, knowing how to use PHP script to connect to MySQL can be beneficial. This way, you can modify,...

What Is PHP? Learning All About the Scripting Language

Hypertext Preprocessor (PHP) is an open-source, free server-side scripting language widely used in web development. According to Web Technology...

The Complete Phalcon Tutorial for Beginners

In this Phalcon tutorial, we will introduce you to the framework and provide step-by-step instructions on how to create your first project. Since all...

How to Create phpinfo File and Check PHP Information

If you’re looking for a way to check your website’s PHP configuration, also known as phpinfo, you’ve come to the right place. For example, you...

12 >