Basic Principles of php-Websites
The programming language php has been around since 1995 and is a “classical” web development tool. Here I want to go over the very basics of the process to develop a simple online app with php. I’m doing this development on a Laptop with Ubuntu 20.10; if you are using a different operating system, some steps might differ, but this is not meant as a complete walk-through anyway.
A Very Brief Introduction to php php is run on a server and makes it possible to construct an HTML document dynamically before sending it to the client who requested it.
[Read More]