i have site divided into about 5 pages , sometime when i make changes then i have to update all five pages.
so i want to know if i make file like template.php and then i divided my pages major portion to parts like header.php, body.php , footer.php and sidebar.php
and then add these all to template.php like include("header.php");include("footer.php"); etc ....
so please tell me that as that method is secure or not i heared somewhere that include(); may get you into trouble .
so please suggest me solution for that better than that will be appreaiated . my pages composed of php , and java codes