|
You might be able to use a server-side include if PHP isn't available.
Alternately, you could hack the site into a series of frames, and then load the content you want in the frame via javascript.
But, if you want dynamically created content (at least properly), then you need to use some sort of language like PHP.
|