How to Create Login in PHP?
In the previous article, we explained how to create a simple site to enter the names and functions of the servers that we have. But… Read More »How to Create Login in PHP?
In the previous article, we explained how to create a simple site to enter the names and functions of the servers that we have. But… Read More »How to Create Login in PHP?
Displaying graphs in a browser is one of the best ways to display data rather than displaying just tables and numbers. Of the many graphs… Read More »How to Display Bar Graphs In The Browser?
A monitoring application – in a nutshell – is an application that is used to monitor devices so that we can find out whether the… Read More »How to Create a Simple Monitoring Application Using PHP?
When we want to run a bash script, we usually run two methods. The first method is to access the server where the bash script… Read More »How to Run Bash Script Using HTML Button in The Browser?
I often see many websites that use PHP applications that can export from MySQL/MariaDB databases to Excel applications. After I searched about this on the… Read More »How to Export Data to Excel Using PHP Application?
I want to create a PHP application that displays data from a MySQL/MariaDB database like the picture below: Where each of the 4 data… Read More »How to Display Every 4 Data in PHP?
We’ve explained how to check a public IP into a spam list or not use a bash script. This article will try to explain how… Read More »How to Check Spam List Using PHP Script?
Some may ask why sysadmin should learn MySQL PHP application, isn’t that the job of a developer and not a system administrator? That’s right, it’s… Read More »How to Create CRUD in PHP-MySQL/MariaDB?