Status
Not open for further replies.
2 comments
Go to

Code:
[B] [URL]http://jsbin.com/owuje[/URL][/B]
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
 
Status
Not open for further replies.
Back
Top