Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.51 KB

WEB DEVELOPMENT IN SERVER ENVIRONMENT

In this folder you will find the exercises and practices of the subject of Web Development in Server Environment.

INDEX

UNIT 1: INTRODUCTION TO PHP

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

Projects

UNIT 2: AUTHENTICATION, SESSIONS & COOKIES

In this unit we learn how to create a login system, how to use sessions and cookies, and how to use the MVC architecture.

Projects

UNIT 3: MYSQL

In this unit we learn how to use MySQL, how to create databases, tables, how to insert data, how to make queries, etc.

Projects