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.
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 ratings0% 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.