Server-side code is code that is both stored and run on a server machine, sending output to its clients.
This contrasts with ClientSide.
Some systems for running code "server side" are JSP and servlets (which use java), PHP, ASP (which can use a variety of languages), and CGI (which can use an even larger variety of languages.
