0 Comments

How-to install PHP 8.1 with FastCGI, MBString, Curl

To install php with Fast CGI need to run the following command to install: sudo apt install php libapache2-mod-php php-mysql php8.1-cgi php8.1-mbstring php8.1-curl

0 Comments

How To Install PHP (8.2, 8.1, 7.4) on Ubuntu 22.04 – TecAdmin

PHP is a programming language used for developing web applications. You must install PHP packages on a Ubuntu system to run the application written on it. Generally, it is used to create e-commerce websites, blogs, and API applications. If you’re looking for an easy way to install PHP on Ubuntu 22.04, look no further. This […]

0 Comments

PHP Array functions

https://www.php.net/manual/en/ref.array.php

0 Comments

Add Recent Posts to Word Press SideBar

HTML Block wp:latest-posts {“postsToShow”:50}

0 Comments

PHP: String Functions – Manual

PHP String Functions – Manual https://www.php.net/manual/en/ref.strings.php

0 Comments

PHP: Math Functions – Manual

PHP Math Functions – Manual https://www.php.net/manual/en/ref.math.php

0 Comments

PHP: Syntax – Constant

PHP Syntax – Constant https://www.php.net/manual/en/language.constants.syntax.php

0 Comments

PHP: using $SERVER[] to return the current directory, regardless of “nice urls”

Source: PHP: using $SERVER[] to return the current directory, regardless of “nice urls”

0 Comments

Display All PHP Errors: Basic & Advanced Usage

Being able to see what went wrong is vital during troubleshooting. Learn how to enable show all PHP errors and warnings in your app. Source: Display All PHP Errors: Basic & Advanced Usage

0 Comments

How To Install and Secure phpMyAdmin on Ubuntu 22.04 | DigitalOcean

phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial outlines the process of installing and… Source: How To Install and Secure phpMyAdmin on Ubuntu 22.04 | DigitalOcean