Content deleted Content added
mNo edit summary |
No edit summary |
||
Line 13:
In contrast, [[server-side scripting|server-side scripts]], written in languages such as [[Perl]] and [[PHP]], 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
Unfortunately, even languages that are supported by a wide variety of browsers may not be implemented in precisely the same way across all browsers and operating systems. Authors are well-advised to review the behavior of their client-side scripts on a variety of [[Platform (computing)|platforms]] before they put them into use.
|