How to write your first PHP script
Before we write our first PHP script, we first need to theoretically explain how to load a page using PHP. First, the user calls a specific URL in their web browser, for example https://baraja.cz Then the web browser builds a request, which is a spec…