right click on the page and view its page source
copy all the page source and just save it in a new file (for example header.js)
the extension must be (.js)
now go to the index.php file
and write this code
PHP:
<?php
include('header.js');
?>
i hope this will work
Header.js must be in the root directory
with the index.php
EDIT: iam not sure that this will work or not but i think this method will work :D
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.