CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   How to add a text in HTML written in other file. (http://www.codingforums.com/showthread.php?t=275909)

DSaidov 10-09-2012 06:24 PM

How to add a text in HTML written in other file.
 
Well guys. I've made a static HTML website with a lot of pages and I'm bored with adding the footer in everypage. So I decided that it will be easier and useful for me to learn how to (I've added:
Code:

Designed by <a href="url"><img src="url"></img></a>
in .html file 1 named footer.html)
So I would like to add a code (I don't know if it is possible), so I would like html page 1 to check the text written in html file 2 and show it in html page 1.
I hope you understood me.
I think that it is possible with PHP too, but I'm total PHP newbie and don't know how to add this code (html file 1) in a php page.

Thanks in advanced.

VIPStephan 10-09-2012 07:32 PM

You need a server side script and a server that supports it. The most popular and wide spread is PHP but for this task an alternative is Server Side Includes (SSI), too. Both scripts (Server Side Includes; PHP include()) are equally simple to apply and both require your main documents’ file extension to be changed to .sht, .shtm, or .shtml (for SSI), or .php (for PHP), respectively, in order for the server to know how to treat the include statements.


All times are GMT +1. The time now is 12:59 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.