PHP Lesson 1 – What is PHP?
PHP is a server-side programming language. Released in 1995, it stood for Personal Home Page (Personal Web Page). Now, it stands for Hypertext Preprocessor. Server-side processing means that code integrated into HTML processes the client's requests (browser, etc.) and then presents them to the client as HTML. The process is as follows: Our computer sends a request to the server […]