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)
Available Formats
Download as PPT, PDF, TXT or read online from Scribd
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.
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)
Available Formats
Download as PPT, PDF, TXT or read online from Scribd
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)
Available Formats
Download as PPT, PDF, TXT or read online from Scribd
Download as ppt, pdf, or txt
You are on page 1of 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