Posts

Showing posts with the label Server side scripting language

Server side Scripting language

Image
 Server-side Scripting        Server-side scripting is a technique used in web development where the web server generates responses to all user requests for the web. Another way is to have the web server itself serve as regular web pages. Scripts written using any of the many server-side scripting languages ​​available. Server-side scripting is a programming language that can run and run on the server side. Updating the site, making changes to the site content, producing answers to user questions, and accessing data are all done on the server side. middle. In the early days, server-side scripting was implemented through CGI (Common Gateway Interface) scripts .      It is designed to be written on websites in programming languages ​​such as CGI, C++ or Perl. These are just a few examples of scripts that provide support for web applications. The page is provided to the browser. extracting information from a database, performing simple math, or choo...