Server Side Processing Lesson 11
Server-side processing uses the web server to process web page data.
Sever-side processing is where the interactivity on the Web page is processed on the web server.
The code which makes this possible is a scripting language (web scripts)
Web scripts are included in the code of the webpage and run when the page is loaded into the user's browser. In the server-side processing it does not matter which browser the user is using because the processing is done on the webserver.
An example is a form completed online which is filled in by the user then submitted to the server where the results are processed and stored.