Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoina committed Dec 20, 2022
1 parent 19d957a commit 1c9a463
Showing 1 changed file with 17 additions and 36 deletions.
53 changes: 17 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,32 @@
`#php` `#basics` `#master-in-software-development`
`#php` `#basics` `#master-in-software-development`

# PHP Basics <!-- omit in toc -->

<p>
<img alt="Version" src="https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000" />
</p>


> 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.
# PHP Basics <!-- omit in toc -->

## Index <!-- omit in toc -->
> In this project I will learned the basic notions of PHP, language which is so used in the world of web development.
- [Requirements](#requirements)
- [Repository](#repository)
- [Technologies used](#technologies-used)
- [Project delivery](#project-delivery)
- [Resources](#resources)
All the exercises have been done using PHP as language and using Xampp as web server.

## What I've learned

## Requirements

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

## Repository
- What is a server-side language and what it is used for.

First of all you must fork this project into your GitHub account.
- What is **XAMPP** and how to use it.

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

<img src="https://docs.github.com/assets/cb-23088/images/help/repository/fork_button.png" alt="Fork on GitHub" width='450'>

## Technologies used

\* PHP

## Project delivery

To deliver this project you must send a Pull Request as explained in the Students Handbook. Remember that the PR title must be with the format
- Solution: + NAME AND SURNAME or TEAM NAMES AND SURNAMES.
- For example: "Solution: Josep Riera", "Solution: Josep Riera, Toni Suárez, Marta Vázquez"

## Resources
\* PHP

- [What can PHP do?](https://www.php.net/manual/es/intro-whatcando.php)
- [Sample guide for README](https://gist.github.com/Villanuevand/6386899f70346d4580c723232524d35a)
- [XAMPP](https://www.apachefriends.org/es/index.html)
- [How to install XAMPP on Windows](https://www.youtube.com/watch?v=h6DEDm7C37A)
- [What is a web server?](https://www.youtube.com/watch?v=Yt1nesKi5Ec)
- [Web server basics](https://www.youtube.com/watch?v=3VqfpVKvlxQ)
## Autor
* **[David Moina](https://github.com/davidmoina)**

0 comments on commit 1c9a463

Please sign in to comment.