Server side programming

Server side actions are the actions that happen on the server. For example displaying search results in the e-commerce web site are server side actions. Server side actions are usually more complex than client side actions. On a server side it is possible to utilize a programming language to develop complex actions. Examples of server side programming languages are: PHP (it is primarily used in Linux environments, but it can also run under Windows) and C# (it reads as C sharp), if you are using Windows.

A web developer needs to make a decision what will be server side actions and what will be client side actions.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator