
How To Install Ubuntu LAMP (Apache, MySQL, PHP)
What is localhost, what does it do?
Localhost is the computer’s ability to operate as a server thanks to the software installed on the computer. We cannot run PHP files on a normal computer and do not perform operations on the database. Thanks to the installation of the localhost, our computer will gain a server feature and we will be able to run files such as PHP, MySQL.
We can access the localhost by typing http://localhost in our browser or at http://127.0.0.1.



