CGI
programs (Common Gateway Interface)
These are executed in real-time serverside, so that they can output dynamic information and are the means by which forms work, your counters count, and databases are queried + all kinds of other things can be made to happen.
Perl Scripts Perl is one of the most widely used languages for cgi-scipts. These scripts are used for a very wide variety of purposes
Some sources for Perl scripts
PHP( Hypertext Preprocessor This is a server-side scripting language. The server interprets the PHP code and sends the resulting HTML to the requesting browser. PHP is a very commonly used medium for developing server-side applications, and current versions of PHP support database access through the MySQL database engine. This means developing database clients takes only a small amount of time, and the user interface looks as good as your favorite Web browser. Some sources for PHP scripts Dynamic interactive web page technology In order to make interactive pages that will be organised to carry out tasks and work serverside in realtime, you need to use one of a number of dynamic computer languages Active Server Pages (ASP)Active Server Pages or
ASP, as it is more commonly known, is a technology that enables you
to make dynamic and interactive web pages. Windows hosted Examples of ASP in action Java Server Pages (JSP) "Sun's JSP (JavaServer Pages) provides a Java-based way to dynamically serve HTML and other Web content." See also ColdFusion Markup Language (CFML) |