I'm developing a site using mysql and php.
For the backend database I use mysql and my htm page consists of both HTML and PHP scripts.
It was suggested that I use 3 tier architecture to seperate the business logic and the presentation layer.
My problem is , how do I use a 3 tier architecture to build a site using php and mysql.
Being a newbie, I'd appreciate any help I can get.