What is a server?
A server is a computer that provides services such as rendering web pages and other resources to other computers over the internet.
Since PHP is executed (run) on the server-side, it is often used as a communication link between the website’s front-end (HTML/JavaScript) and back-end (an SQL Database).