This question, Allthough im not familliar with how to do it, Im sure will show me up with the ease in which it is performed. What im looking for is a code to put into a php file which will show a .html file in it ? For example i would place lots of text in one .html file and then link to it useing the script. So it would show on my php page in a chosen place somewhere on the page. Now say i put the same line of script in 300 pages i could change all of those pages by just changing that one .html file. See ? So would someone be able to help me please ? Thanx.
It can be done with .asp or as a server-side include (SSI) SSI and ASP includes: <!--#include file="included.html" --> - same directory <!--#include virtual="/directory/included.html" --> - different directory