PHP

Image: How to fetch data with PHP mysqli_query?Virrage Imagesshut­ter­stock

How to fetch data with PHP mysqli_query?

PHP is designed to integrate easily into a website. One of the most common uses of PHP is to fetch content from a database and display it on an HTML page. This tutorial covers con­nect­ing to a MySQL/MariaDB database, re­triev­ing in­form­a­tion from a simple table with `PHP…

Read more
Image: Is papaya CMS the right content management system for your project?Gustavo FrazaoShut­ter­stock

Is papaya CMS the right content man­age­ment system for your project?

The de­velopers advertise papaya as a CMS designed for high-per­form­ance content man­age­ment, and this claim is backed by its powerful features and robust cap­ab­il­it­ies. However, does this imply that papaya CMS is only suitable for ex­per­i­enced ad­min­is­trat­ors and web­mas­ters? And what…

Read more
Image: What is required to develop a website?REDPIXEL.PLShut­ter­stock

What is required to develop a website?

HTML, CSS, and server-side pro­gram­ming languages like PHP form the found­a­tion for creating dynamic websites. In addition, client-side scripting languages such as JavaS­cript or TypeScript, along with powerful frontend and backend frame­works, make it possible to develop websites…

Read more
Image: How to update your PHP version and cancel PHP Extended SupportESB Pro­fes­sion­alShut­ter­stock

How to update your PHP version and cancel PHP Extended Support

PHP has long been a popular tool for web de­vel­op­ment. In order to meet the evolving needs of de­velopers, the scripting language is regularly updated and new versions are released in the form of major and minor releases. We will show you how to update your PHP version and what PHP…

Read more
Image: What are the SOLID principles?Elnurshut­ter­stock

What are the SOLID prin­ciples?

Code can de­teri­or­ate, es­pe­cially when the SOLID prin­ciples of object-based pro­gram­ming are not adhered to. These prin­ciples represent the five golden rules for main­tain­ing clean and better code. Thanks to their specific laws and guidelines, they enable an easily un­der­stand­able…

Read more
Image: How to use PHP echo() to output text and variablesMr. KosalShut­ter­stock

How to use PHP echo() to output text and variables

The PHP echo() function ef­fi­ciently displays text and variables on the screen, ideal for user in­form­a­tion. Moreover, it seam­lessly in­teg­rates HTML tags and PHP code within the output string, sim­pli­fy­ing complex HTML page creation in PHP. Our dedicated guide covers the structure…

Read more
Image: How to use PHP cURL for data transferESB Pro­fes­sion­alShut­ter­stock

How to use PHP cURL for data transfer

Using PHP cURL, you can easily craft HTTP requests, fetch data from URLs, submit forms, and work with different au­then­tic­a­tion methods. Ad­di­tion­ally, this PHP extension offers a variety of functions for in­ter­act­ing with various web services, APIs, and servers. In this guide,…

Read more
Image: How to use a PHP arrayfizkesShut­ter­stock

How to use a PHP array

A PHP array is versatile, ac­com­mod­at­ing various data types like numbers, strings, and objects. This con­sol­id­a­tion of elements sim­pli­fies data ma­nip­u­la­tion, enhancing pro­gram­ming ef­fi­ciency. This article delves into PHP arrays, covering their syntax and practical ap­plic­a­tions.…

Read more
Image: What is PHP?

What is PHP?

The server-side, open-source scripting language PHP is used by almost 80 percent of all websites worldwide. In this article, we’ll look at what PHP means, why the language is so popular, and explore its uses. We’ll also answer the question of why PHP is a good choice if you’re a…

Read more
Image: How to use PHP operatorslassedesignenShut­ter­stock

How to use PHP operators

HP operators play a crucial role in web de­vel­op­ment. They are used to process variables, check con­di­tions, and perform math­em­at­ic­al op­er­a­tions. In this article, you’ll learn everything you need to know about the different types of PHP operators, their use cases, and how to…

Read more