In this folder you will find the exercises and practices of the subject of Web Development in Server Environment.
This unit is about the basics of PHP, how to install it and how to use it, as well as the basic syntax of the language. We learn:
- Variables
- Constants
- Operators
- Control structures
- Functions
- Arrays
- Forms
In this unit we learn how to create a login system, how to use sessions and cookies, and how to use the MVC architecture.
In this unit we learn how to use MySQL, how to create databases, tables, how to insert data, how to make queries, etc.