Hello Everyone,
Can anyone tell me how to add master page in other page in PHP?
Thanks in advance!!
How to add master page in PHP?
Ask by Pravesh Singh
Updated 12 Mar 2012
To add master page in your other php page, you have to use include function.
Code: include ("sitemaster.php");
I hope it might be resolve your problem.