MatiasPatrignani / php-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#php #basics #master-in-software-engineering

PHP Basics

Version

In this project you will learn 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

Requirements

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

Repository

First of all you must fork this project into your GitHub account.

To create a fork on GitHub is as easy as clicking the “fork” button on the repository page.

Fork on GitHub

Technologies used

* PHP

Project delivery

To deliver this project you must follow the steps indicated in the document:

Resources

About