Tag php

Top 5 PHP Frameworks in 2021

Top 5 PHP Frameworks Featured Image
PHP was built for the web. You can simply create a PHP website using just one file. No additional libraries needed, no frameworks needed. Just raw PHP code. However, when working on bigger projects it is always suggested to use some framework to modularise your code.

The Easiest PDO Tutorial (Basics)

The Easiest PDO Tutorial Featured Image

Today’s topic is the Easiest PDO tutorial. Approximately 80% of the web is powered by PHP. And similarly, a high number goes for SQL as well. Up until PHP version 5.5, we had the mysql_ commands for accessing MySQL databases…

How To Install PHP In Linux

How To Install PHP In Linux Featured Image

Today’s topic is about How To Install PHP In Linux. In the last article, I showed you how to install PHP or XAMPP in Windows operating systems. And it was super easy. In this article, I’ll show you how to…