Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exegeses/php-60315
Programación Web en PHP y MySQL | código 60315
https://github.com/exegeses/php-60315
backend-development mysql php php8
Last synced: about 1 month ago
JSON representation
Programación Web en PHP y MySQL | código 60315
- Host: GitHub
- URL: https://github.com/exegeses/php-60315
- Owner: exegeses
- License: mit
- Created: 2022-06-16T22:20:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T23:41:51.000Z (over 2 years ago)
- Last Synced: 2023-03-05T11:12:08.073Z (almost 2 years ago)
- Topics: backend-development, mysql, php, php8
- Language: PHP
- Homepage:
- Size: 6.19 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curso de PHP y mySQL 60315
> Curso de PHP y mySQL |
> Lunes y Jueves 20hs a 22hs |
> Código 60315 |
> sensei: Marcos Pinardi |## Requisitos
1. Editor
> Sublime Text
> Visual Studio Code
> PhpStorm2. Entorno de servidor para desarrollo
> Xampp https://www.apachefriends.org/es/index.html
> MAMP https://www.mamp.info/de/mac/## Definición
> PHP es un lenguaje de progración para al web, específicamente diseñado para generar HTML a pedido.
> Se ejecuta del lado del server.## Carpeta de archivos:
> C:\\Xampp\htdocs\cursophp## En el navegador:
> localhost/cursophp## Recursos
> Manual Oficial de PHP https://www.php.net
> Stack Overflow https://stackoverflow.com/questions/tagged/php