
JavaScript
As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server.
JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.