Wikipedia redirects to a page on "Mulitier Architecture", which says:
In software engineering, multi-tier architecture (often referred to as n-tier
architecture) is a client–server architecture in which presentation, application
processing, and data management functions are logically separated.
Is this like using mySQL to create and query your database, php to allow for interaction, and HTML for presentation?
Thanks!