Web development in 5 slides

Tony Thomas, Live at #iitwmhack

Terms you need to know

  • Front-end
  • Back-end
  • requests - GET & POST
  • LAMP and Apache
  • Database
  • Web Framework

How a web application works

Browser

GET

POST

Server

query

Database

and the result

Browser

Server

result

Database

response

What does PHP do ?

  • Connect application with Database
  • Retrieve and store data
  • Do calculations, manipulations behind the scene

Web development in 6 slides

By Tony Thomas

Web development in 6 slides

  • 1,242