Server-Side Scripting

Server-side scripting is a web server technology in which a user's request is fulfilled by running a script directly on the web server to generate dynamic HTML pages. It is usually used to provide interactive web sites that interface to databases or other data stores. The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores. Some examples would be google, and yahoo, and any other search engine, because of the fact the websites get so many hits a day with people all over the world getting different information about different things, using the Server-Side Scripting they are able to generate fast results unlike client side which is one of the pros to using Server-Side Scripting. One of the cons about using Server-Side Scripting is because of the fact that yes server side scripting is good to use in all, but because of all the coding used, different servers understand the codes in different ways, thus making it hard for the programmer to write the code because of the fact there needs to be an intrepeter to break down the code for the server.

Yahoo Search Engine

Google Search Engine

Click here for Client-Side Scripting