Pronounced as engine x, Nginx is an open-source web server. However, apart from acting independently as a web server, it is also used as a
Category: PHP
How to Install Apache in Ubuntu 18.04/20.04
To host a website or web-based application, you need a web server that will be able to run your application to enhance accessibility via web
How To Create Tables in MySQL Database With PHP
In this article, we are going to learn how to create table in to mysql database without directly interacting with with database itself. We are
How to Create simple register and login page with PHP-OOP and MySQL | Part 1.
In this tutorial, we are going to create a register page that allows user to enter data and submit to MySQL database with PHP as
How To Create Simple Login Page With HTML PHP and MySQL.
In my past tutorial, Register and Login Page With PHP-OOP and MySQL | Part 1, we only managed to create a page that allow user