0% found this document useful (0 votes)
401 views1 page

3 Tier Architecture

A 3-tier architecture separates a web application into three logical tiers - the presentation tier (browser), application tier (web server), and data tier (database server). The browser sends a request to the web server, which runs a PHP program to retrieve or manipulate data from a MySQL database server. The results are then sent back to the browser for display.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
401 views1 page

3 Tier Architecture

A 3-tier architecture separates a web application into three logical tiers - the presentation tier (browser), application tier (web server), and data tier (database server). The browser sends a request to the web server, which runs a PHP program to retrieve or manipulate data from a MySQL database server. The results are then sent back to the browser for display.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 1

3-Tier Architecture

Browser client

Web server
Browser sends URL to request file or program Server retrieves/runs PHP program

server php script


SQL commands

Sends results to client

Browser displays/renders page May have Javascript which runs on client

HTML PHP SQL MySQL Javascript AJAX HTTP

MySQL Database

You might also like