Description
In this course, you will learn :
- How does the website work?
- There is a distinction between the backend and the frontend.
- What is the difference between a request and a response?
- The distinction between synchronus and asynchronues requests.
- How to Make a PHP Project Using Composer.
- Comprehend composer json, composer lock, and htaccess files.
Syllabus :
1. General about backend, response and request
- What is the backend and the view
- What is a request and response
- HTML file from server
2. General information about creating new backend/API in PHP
- Creating new PHP project
- composer.json and composer.lock
- htaccess