Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.53 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.53 KB

#php #basics #master-in-software-development

PHP Basics

Version

In this project we learnt the basic notions of the famous PHP language which is so used in the world of web development.

What distinguishes PHP from other languages ​​such as Javascript is that the code is executed on the server, generating HTML and sending it to the client.

Index

Organization

  • In this project in the first instance I have created all the necessary files for its further development. Once finished, I modified the readme and made a "pull request" to upload the project with all the changes to Github.

Requirements

  • Learn the basics to program in PHP.
  • Understand what a server-side language is and what it is used for.
  • Learn to use a LocalServer with XAMPP.

Technologies used

* PHP * XAMPP * VSCode

Resources