Server-Side Programming/Server-side Scripting/Web Applications

Server-Side Scripting describes all scripts that are executed on the web server. The website visitor can not see the server-side code. Server-side scripts can interact with the database and other resources on the server. Server side scripts are mostly used to personalize the page content according to user's needs, e-commerce applications, for password protected areas etc.