On the web, client-side refers to actions that take place on a user’s computer instead of a web server. Javascript, for example, is a scripting language that is read and interpreted by a user’s web browser; PHP, on the other hand, is a scripting language that is read and interpreted by the web server before being sent to the user.