What is a script?
Print this Article
Comment on this Article
Last Updated:
December 5, 2007 5:45 PM
A script is a library of functionality that is easily incorporated into a Web site. Scripts expose functions that perform specific tasks and are called by existing code. Common examples of scripts include libraries of JavaScript or PHP functions.
Scripts are uploaded to your server, not installed like an application. For its functionality to be accessible, a script must be referenced by your site's code.