Link: Download
- Unit 2: First concepts
- Unit 3: Forms
- Unit 4: Programming structured
- Unit 5: Functions and recursivity
- Unit 6: Arrays
- Unit 7: Sessions and cookies
- Unit 8: Connect to database
- Unit 9: Programming Objects (POO)
- Unit 11: Access and services creation
- JS Browser Emulation
- Official PHP documentation
- PHPMyAdmin: Home Page
- PHP Cheat Sheet
- MariaDB documentation
- Apache Software Foundation - Homepage
- Can I use?
- Official PHP validator
- Official CSS validator
- PHP tutorial: W3SchoolS
- HTTP response status codes
- Regular expressions: Cheat Sheet
- Regular expressions: Online tool
- Apache HTTP server: File .htaccess
composer update
1º Install package npm-check-updates
npm install -g npm-check-updates
2º Check the mistakes inside package.json and show you the last verion of each outdated dependency
npm audit && ncu
3º Update all the dependencies to the last version
ncu -u
Top 5 PHP Editors