Filali Elearning Center
The Knowledge at the End of the Click
Learning Platform for Programming Languages and Web Development
"Disseminating knowledge, passing it on to my students, watching them succeed, is the main goal that drives me every day."
Pr Filali Reda
Annoucement :
Pr Filali Reda
Start of the Node.js - Back-end Development training.
Wednesday 13 November
It is essential to follow the course sequence
Back-end Development
The Back-end development is the hidden part of a web or mobile application. It concerns the part of the code that runs on the server side.
Back-end developers create services that manage the business logic and access resources such as databases, file servers or Cloud services.
In this respect, we are going to look at two famous backend technologies: PHP and MySQL.
1 - Php:
-
PHP is a server-side programming language.
-
Mainly used to create dynamic web pages.
-
Used to interact with databases, generate dynamic content and manage user sessions.
-
Often used in combination with MySQL to create complete web applications.
2 - MySql:
-
MySQL is a relational database management system (RDBMS).
-
It stores and manages data in tables.
-
Often used as a database for web applications.
-
works perfectly with PHP.
In short, back-end development with PHP and MySQL makes it possible to create robust, secure and high-performance web applications.