View Single Post
Old 11-12-2016, 12:15 AM   #20
phamdung
Registered User
 
Join Date: Oct 2016
Posts: 23
In my opinion , i think you need to create a file call header.php and footer.php
After that you should to import that file to your main page or any page you want ( You need to know and replace the url to this file )
<?php
include('header.php');
include('footer.php');
?>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
phamdung is offline   Reply With Quote