PHP Equivalent of Master page in ASP.NET PHP Equivalent of Master page in ASP.NET asp.net asp.net

PHP Equivalent of Master page in ASP.NET


Of course it's possible. Have a look here. It shows a basic way of doing it, which of course, you can extend. Good luck!


You could use a template engine like Smarty:

Although Smarty is known as a "Template Engine", it would be more accurately described as a "Template/Presentation Framework." That is, it provides the programmer and template designer with a wealth of tools to automate tasks commonly dealt with at the presentation layer of an application.