Jump to content

Server-side scripting

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 217.35.153.xxx (talk) at 23:21, 17 December 2001 (Stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Server side scripting usually refers to scripts run directly on the web servers to generate dynamic HTML pages. It is usually used to provide interactive web sites that interface to things like databases. This is differnt from client-side scripting where scripts are run by the viewing web browser (e.g. Javascript).


In the "old" days of the web this was almsot exclusivly using a combination of C programs, Perl scrips and Shell scripts using a thing called the CGI interface. Nowadays full in-line scripting languages, such as ASP and PHP, and have been developed that can be used to build up complex multi-page sites.