Posted by Greg N. on 12/09/05 14:52
Arne wrote:
> Well, there is SSI (server side includes) that may feel like easier way
> than PHP for those who don't know anything about server side scripting.
For SSI, you need to change the file type from HTML to SHTML, and you
need to use a 1-line include statement.
For PHP, you need to change the file type from HTML to PHP, and you need
to use a 1-line include statement.
Why should one of the two be easier than the other?
--
Gregor's Motorradreisen:
http://hothaus.de/greg-tour/
[Back to original message]
|