PHP

  • Download failed. cURL error 28: Resolving timed out after some milliseconds

    Download failed. cURL error 28: Resolving timed out after some milliseconds

    The error message “Download failed. cURL error 28: Resolving timed out after some milliseconds” indicates that the cURL command is timing out while trying to resolve a domain name. This usually happens because of DNS resolution issues or network connectivity problems due to multiple reasons that need to be understood. Here are several steps you […]

  • Installing latest PHP on Debian

    Installing latest PHP on Debian

    Debian Linux distribution is stable so it is common that most packages it shipped with will be not latest and that’s the reason we’ll be installing latest PHP on Debian. See how: 1. Update the system once. sudo apt update 2. Install needed packages. sudo apt install apt-transport-https lsb-release ca-certificates curl -y 3. Using deb.sury.org […]

  • Is PHP still relevant to build websites in 2023? Benefits and trends

    Is PHP still relevant to build websites in 2023? Benefits and trends

    Long years ago, PHP came into existence, and since then, it has been used as one of the finest and cost effective programming languages to develop dynamic web solutions. Due to changing tech stack and time, is it still worth developing web solutions with PHP in 2023? Isn’t the programming language outdated? These types of […]

  • How do PHP developers give life to a website?

    How do PHP developers give life to a website?

    In today’s technological world, businesses have access to a large number of programming languages to construct websites and apps, including Python, Java, Kotlin, Swift, Node, C#, C, and C++, PHP, etc. However, most businesses prefer to hire PHP developers for web development, as it’s an open-source and flexible coding language. Furthermore, PHP is comparatively very […]

  • How to install PHP 8 on Debian 10?

    How to install PHP 8 on Debian 10?

    On 26th November 2020, PHP introduced its latest and stable PHP 8.0 which is a major update of the PHP language. The codebase is completely new and will not be compatible with the earlier versions of PHP. The latest version PHP 8 contains many new features and optimizations including named arguments, union types, attributes, constructor […]

  • Which PHP Extensions Are Required to Run a WordPress Site?

    Which PHP Extensions Are Required to Run a WordPress Site?

    Just moved from Shared to self-managed VPS hosting or minimizing the software needed to run a WordPress site. Most of us suffered from a Question: Which PHP modules are needed to install and run WordPress as a fully operational website. Just for the sake of the answer, I tried a dry run and moved this […]

  • How to install LEMP on Debian 10?

    How to install LEMP on Debian 10?

    After a long-time Debian is finally released their latest built called Debian 10 Buster. As we collected some data about the latest build, it is clear that Debian 10 is featured rich with the latest stable software for a server. In this tutorial, we will see how to install LEMP (Linux, Nginx, MySQL, and PHP) […]

  • How to install phpMyAdmin on Debian 10?

    How to install phpMyAdmin on Debian 10?

    After a long-time Debian upgraded their overall OS and for some reason phpMyAdmin is not there in Debian 10 (Buster) release. Maybe they have removed it this time from apt list to keep everything as clean as possible. However, we can install phpMyAdmin on Debian 10 from the source and it is kinda easy too. […]

  • How to Install WordPress with NGINX PHP7 PHPMyAdmin

    How to Install WordPress with NGINX PHP7 PHPMyAdmin

    Here is this article we are going to see how we can install WordPress on NGINX with latest and super fast PHP7 with PHPMyAdmin on Ubuntu 16.04 which is the newest Debian/Ubuntu distribution as of now. We will use MariaDB in replacement of MySQL for database uses and will also install Postfix service to basic […]

  • How to hide PHP version?

    How to hide PHP version?

    PHP is an open-source web scripting language that is widely used to build dynamic web pages. But its default installation leaves a hack and unneeded information called PHP version as X-Powered-By: PHP/X.x.x which help hackers to target your site for various vulnerabilities; especially when you have installed an outdated software. So it is a good thing to […]