PHP

Image: Learn PHP: a PHP tutorialVirrage Imagesshut­ter­stock

Learn PHP: a PHP tutorial

With a market share of more than 80%, PHP is the go-to scripting language for many pro­gram­mers when it comes to creating dynamic content. Whether you’re operating your own weblog, running an internet forum, or designing an online shop, it’s likely that the software behind this…

Read more
Image: Use PHP to Insert Information Into a MySQL/MariaDB Database From an HTML FormGoro­denkoffshut­ter­stock

Use PHP to Insert In­for­ma­tion Into a MySQL/MariaDB Database From an HTML Form

A PHP script is a con­ve­nient way to accept in­for­ma­tion submitted from a website's HTML form and insert it into a MySQL/MariaDB database. This tutorial will cover how to create a basic PHP script for inserting data, and an HTML form to take user input from a webpage and pass it to…

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­vel­op­ers advertise papaya as a CMS designed for high-per­for­mance content man­age­ment, and this claim is backed by its powerful features and robust ca­pa­bil­i­ties. However, does this imply that papaya CMS is only suitable for ex­pe­ri­enced ad­min­is­tra­tors and web­mas­ters? And what…

Read more
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­for­ma­tion from a simple table with `PHP…

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 foun­da­tion for creating dynamic websites. In addition, client-side scripting languages such as JavaScript or Type­Script, along with powerful frontend and backend frame­works, make it possible to develop websites…

Read more
Image: How do domain redirects work?Spectral-DesignShut­ter­stock

How do domain redirects work?

It is essential that users reach the right website, which may require redi­rect­ing a domain. Es­sen­tial­ly, domain redirects can be carried out on both the server side as well as the client side. These are divided into two cat­e­gories. The first one consists of redirects via…

Read more
Image: Using Composer in IONOS web hosting plans

Using Composer in IONOS web hosting plans

Composer is a so-called "De­pen­den­cy Man­age­ment Tool", which makes it possible to com­fort­ably reference external sources and libraries in one's own PHP projects and to keep them up-to-date.

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­vel­op­ers, 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: How to send emails easily with PHPMailerHoward MarshShut­ter­stock

How to send emails easily with PHPMailer

The mail extension PHPMailer is par­tic­u­lar­ly useful when it comes to contact forms on websites and sending au­to­mat­i­cal­ly generated emails. We’ll show you how to install and send emails with PHPMailer. It’s easy to do. In our article, we’ll also be looking into which features are…

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

What are the SOLID prin­ci­ples?

Code can de­te­ri­o­rate, es­pe­cial­ly when the SOLID prin­ci­ples of object-based pro­gram­ming are not adhered to. These prin­ci­ples represent the five golden rules for main­tain­ing clean and better code. Thanks to their specific laws and guide­lines, they enable an easily un­der­stand­able…

Read more