Hello, I'm having trouble on what is the best way to implement the dom. This is the structure of a typical page on my website.
<?
session_start();
include("database.php") #Contains PHP
include("variables.php") #Contains PHP
include("header.php") #Contains PHP & HTML
include("navigation.php") #Contains PHP & HTML
include("content.php") #Contains PHP & HTML
?>



Reply With Quote





Bookmarks