Skip to main content

#ServerSide — All content tagged with this topic.

Glossary Terms

PHP

PHP (PHP: Hypertext Preprocessor) is a server-side scripting language that demonstrates recursive naming, originally created by Rasmus Lerdorf in 1994 as "Personal Home Page" tools….

CGI Scripts

Common Gateway Interface (CGI) scripts were the first method for creating dynamic web content, allowing web servers to execute programs and return generated content to…

Active Server Pages (ASP)

Active Server Pages (ASP) was Microsoft's server-side scripting platform launched in 1996 to compete with CGI and early PHP, allowing developers to embed programming code…

Server-Side Includes (SSI)

Server-Side Includes (SSI) were simple directives embedded in HTML files that allowed web servers to dynamically insert content, include other files, or execute basic commands…

Server-Side Includes (SSI)

Server-Side Includes (SSI) were simple directives embedded in HTML files that allowed web servers to dynamically insert content, include other files, or execute basic commands…