Thomas J.S.: Unterschied zwischen PHP und SSI

Beitrag lesen

Hi,

Mit SSI kannst du nicht Programmieren!

nicht? Das ist mir neu.

Es freut mich dass ich dir was neues beibringen konnte. ;-)

»»Im Zweifel ist es aber ein hervorragender Verteiler über die CGI-Schnittstelle, so dass ich dieser Aussage:

Willst du wirklich ein Programm schreiben, z.B. mit Datenbankzugriff oder willst du nteraktion mit deinen Besucher (z.B. über Formulare etc.) nimmst du PHP.

Dann programmiere mir bitte eine kleine DB-Abfrage mit SSI (bitte keine perl- oder cgi-Scripte  dabei verwenden! Das wäre ja Schummeln)
http://httpd.apache.org/docs-2.0/howto/ssi.html
"SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. They let you add dynamically generated content to an existing HTML page, without having to serve the entire page via a CGI program, or other dynamic technology."

"SSI is certainly not a replacement for CGI, or other technologies used for generating dynamic web pages. But it is a great way to add small amounts of dynamic content to pages, without doing a lot of extra work"

Grüße
Thomas