php/mysql: Chapter2: Architecture of web applications (urdu)

Опубликовано: 08 Февраль 2026
на канале: Armaghan Saqib
281
14

In this video:
1. A quick review of a business web application.
2. How php runs on server and generates an html page which is sent to client (your computer) to be displayed in browser (google chrome, mozilla firefox)
3. 3 basic components of html page displayed in browser: html, css and javascript
4. jquery is a pre-built code library to make it easy to write javascript code.
5. bootstrap is a pre-built library to make it easy to use CSS to style web pages.
6. Code Igniter is a php programming frame work to make it easy to write programs in php
7. How to turn your computer into a server to run php scripts with mysql database by downloading and install XAMPP from Internet.