Server-side
From JumbaWiki
Server-side scripting is a web server technology in which the request is completed by running a script directly on the web server to generate a dynamic HTML page to send to the browser. It is most commonly used to provide interactive websites that interface with databases.
The primary advantage or server-side scripting is to customise the HTML output to the browser based on the user's query and/or access rights.
Examples of Server-Side Languages
See also
Categories: ASP | PHP | Web Design | Web Development

