The thing that is used to create a program that runs on a web server and deals with generation of the content of a web page to satisfy an end-user's request is server-side programming.
Developers can employ sessions, which are essentially a method that allows a server to keep information on the current user of a site and send various answers based on that information, by using server-side programming.
All forms of applications that operate on the web server are collectively referred to as server side programming. They handle user input, work with databases, and decide what information is returned to the client in response to his request.
Therefore, Client-side development solicits user feedback. Developers can use JavaScript, for instance, to make forms that gather user input. Server-side development is processing this input in the interim. Developers can use PHP, for instance, to link a database to a website and send data entered by users to the database.
Learn more about server-side programming from
https://brainly.com/question/15993059
#SPJ1