Server-Side Scripting are the programming languages that execute on the web server when processing the user’s request. They generate the dynamic content as needed by the user’s request. Server-Side Scripting languages are the fundamental components of a Web Application. Examples are PHP, Python, Ruby, JavaScript, Java.
The following are various activities done by the Server-Side Scripts
- Receives the request from the user.
- Processes the request.
- Generates dynamic content for the user.
- Retrieves the data from the database.