Server Scripting
Server-side scripting is a web server technology in which a user's request is fulfilled by running a script directly on the web server to generate dynamic HTML pages. It is usually used to provide interactive web sites that interface to databases or other data stores. This is different from client-side scripting where scripts are run by the viewing web browser, usually in JavaScript. The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores.
10 tutorials in this category.
-
ASP Tutorial
An Active Server Page is a web page that includes program code that is processed on a Microsoft web server before the page is sent to the user.
-
PERL Tutorial
PERL : Practical Extraction and Reporting Language.It is a programming language developed by Larry Wall.It is an open source server side programming language ex...
-
SQL Tutorial
SQL : Structured Query Language .It is a language that provides an interface to relational database systems.SQL was developed by IBM in the 1970s for use in Sys...
-
ADO Tutorial
ADO : ActiveX Data Objects.Microsoft ADO is a Component object model object for accessing data sources. ADO provides a layer between programming languages and d...
-
CVS
CVS uses a client-server architecture a server stores the current version(s) of a project and its history, and clients connect to the server in order to "che...
-
Python
Python is an interpreted programming language created by Guido van Rossum in 1990. Python is fully dynamically typed and uses automatic memory management; it is...
-
Apple Script
This is the first of what will hopefully be a series of tutorials on Apple's own scripting language Applescript. I should perhaps begin with a confession, "I'...
-
PL/SQL Tutorial
This introductory tutorial to PL/SQL will help you to understand the basic concepts of PL/SQL.Please review the following tutorials and practice the sample SQ...
-
SQL Server
This document is a general tutorial on the database sublanguage - SQL. It is not product oriented but rather uses standard SQL (SQL92). The tutorial doesn't...
-
PHP
PHP is a server-side scripting language. means that the script is run on web browser and not on users browser.Therefore there is no need to worry about compatib...