
February 14th, 2013, 06:50 AM
|
 |
Contributing User
|
|
Join Date: Apr 2007
Location: Galway
Posts: 1,362

Time spent in forums: 4 Weeks 1 Day 23 h 41 m 36 sec
Reputation Power: 8
|
|
As an example PHP is a "server side" language because all the work is done on the server, the server interprets a PHP script as code and executes it. PHP would then return HTML etc, HTML and javascript are "client side" languages because you're browser interprets (displays) it on your computer, hence you are the client and the site you visit is the server
By the time the javascript runs, it is already separated (for the most part, keeping aside you can have ajax working too) from the server.
__________________
When I die, I want to go peacefully like my Grandfather did, in his sleep -- not screaming, like the passengers in his car.
|