Introduction
.php.What is Server-side scripting? :
-
Server-side scripting is about connecting Web sites to back-End
servers, such as databases. Types of two-way communication :
- Server to client: Web pages can be assemble from back end-server output.
- Client to server: When customer enters information can be acted upon.
-
Server-side scripting consist of two main parts:
- Scripting language
- Scripting engine (which may or not be built into the Web server).
- The engine parses and interprets pages written in the language.


