Browsing Category
php
12 posts
Setting up a Debian 10 LAMP Server for PHP Web Development
In this article, I am going to show you how to setup a LAMP (Linux, Apache, MySQL/MariaDB, PHP)…
Installing phpMyAdmin on Debian 10
phpMyAdmin is a web based tool for managing MySQL/MariaDB databases. In this article, I am going to show…
How to read and print pretty JSON with PHP
JSON is a popular data storage format to exchange data between server and browser. It is derived from…
PHP Tutorial For Beginners
If you are new in PHP then this tutorials will help you to learn PHP from the beginning.…
How to Print Arrays in PHP
Array variables are used to store multiple values in a single variable. Sometimes it is required to check…
How to Apply Try Catch Block in PHP
Exception handling is a very important feature of any object-oriented programming. When any logical or system error arrives…
Building a Contact Form in PHP
How to create contact form using HTML, CSS and PHP A contact form is a very essential part…
How to Trim Strings in PHP
The function of trimming strings is to remove the unwanted characters from string data. String data requires trimming…
PHP Arrays Tutorial
Before starting the tutorial, you should be clear on the concept of arrays. An array is one type…
How to Parse JSON in PHP
The full form of JSON is JavaScript Object Notation. It is a text-based format of data like XML…