[ KeepCalm @ 05.06.2007. 13:07 ] @
(Najpre da izvinim ako nisam potrefio podforum)

Kakvi su ovako pisani sajtovi? Jesu li dinamički?

Ako jesu, zašto se treba odlučiti za .shtml a ne za .php, na primer?

Gde mogu da nađem nešto više o shtml-u (neki tutorijal i sl.)?

Hvala unapred
[ Burgos @ 05.06.2007. 13:41 ] @
http://www.consistent.org/terran/shtml.shtml

ili

http://www.activewin.com/tips/...ontpage/frontpage_tips_9.shtml

Citat:
In most systems, the .shtml file extension identifies an HTML page that contains Server Side Include (SSI) directives (include another file, show date last modified, and so on). Server software must parse files looking for SSI directives, and then carry them out ). This would really slow down the httpd server if it had to do this for all files; therefore, the special .shtml designation.


SSI Includes:

http://httpd.apache.org/docs/1.3/howto/ssi.html
[ 01011011 @ 05.06.2007. 19:50 ] @
To ti je kao Secure HTML.
[ emranonline @ 05.06.2007. 20:31 ] @
The file extension for Web pages that contain server side includes (SSIs).

Usually seen as .shtml. A file name extension that identifies web pages containing Server-side Includes.

An HTML file utilizing server-side includes. An SHTML file can be somewhat dynamic; a typical use is the automatic inclusion of a "last modified" date.

Web pages that contain SSIs often end with an shtml extension, though this is not a requirement. The filename extension enables the Web server to differentiate those pages that need to be processed before they are sent to the browser.

Server Side Includes or SSI is an easy server-side scripting language used almost exclusively for the web. As its name implies, its primary use is including the contents of one file in another.

Google: "define: shtml"