What's the difference between server-side and client-side programming languages? I've never heard either of the terms (other than on this forum). Is there any other kind of -side language?
Server side and client side
Started by
Guest_Kaabi_*
, Jul 05 2006 06:19 PM
6 replies to this topic
#1
Guest_Kaabi_*
Posted 05 July 2006 - 06:19 PM
Guest_Kaabi_*
|
|
|
#2
Posted 25 July 2006 - 09:01 AM
I've seen these two terms used a few times on the forum and I don't know what it is either.
#3
Posted 25 July 2006 - 09:08 AM
Server-side is where all the operations are done on the server, such as PHP. PHP is "compiled" by the server and sent to the client as plain html. Javascript is an example of a Client-Side languge, which compiles and runs through the browser.
#4
Posted 27 July 2006 - 03:28 PM
I never understood it either, and I guess I understand it a bit now. But I'm still a little confused, I guess I'll turn to Google for an explanation as well.
#5
Posted 28 July 2006 - 12:35 PM
Client side runs on the clients computer (CCC, hehe)
Server side runs in the background and what results is what you see on your computer.
PHP/Perl = Server
JSP = Client
With client side (like jsp) you can't talk to the server and update DBs and such.
With Server Side you can't talk to the users browser and update only part of a webpage without refreshing.
Server side runs in the background and what results is what you see on your computer.
PHP/Perl = Server
JSP = Client
With client side (like jsp) you can't talk to the server and update DBs and such.
With Server Side you can't talk to the users browser and update only part of a webpage without refreshing.
#6
Posted 28 July 2006 - 05:31 PM
Small correction, Lop: JSP = Java Server Page = server side. I think you meant JavaScript, which is usually executed by the browser on the client.
#7
Posted 30 July 2006 - 07:19 AM
Oh, probably right brackett. I always thought JSP was JavaScript.


Sign In
Create Account

Back to top










