Content deleted Content added
No edit summary |
m need a jussive subjunctive |
||
Line 12:
In contrast, [[server-side scripting|server-side scripts]], written in languages such as [[Perl]], [[PHP]], and [[VBScript|server-side VBScript]], are executed by the web server when the user requests a document. They produce output in a format understandable by web browsers (usually HTML), which is then sent to the user's computer. The user cannot see the script's source code (unless the author publishes the code separately), and may not even be aware that a script was executed. The documents produced by server-side scripts may, of course, contain client-side scripts.
Client-side scripts have greater access to the information and functions available on the user's browser, whereas server-side scripts have greater access to the information and functions available on the server. Server-side scripts require that their language's [[Interpreter (computing)|interpreter]]
Due to security restrictions, client-side scripts may not be allowed to access the users computer beyond the [[browser]] application. Techniques like [[ActiveX]] controls can be used to sidestep this restriction.
|