hi everyone,
im new to php. i designed a shopping portal and now it is completely functional.
but my friend told designing all the pages with php is not an efficient one.
i used “include” to link the header, menu and the footer in every page
my pages wil look like this
include(“header.php”);
include(“menu.php”);
// page content in php or html
include(“footer.php”);
is this method is ok or do i have to change my approach
if this is not efficient please explain ur approach
PLEASE HELP ME WITH THIS !!!
THANKS IN ADVANCE !!!