What is a client side programme and a server side programme ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a client side programme and a server side programme ?

18th Jul 2017, 5:59 AM
Selina Miraz
Selina Miraz - avatar
3 Answers
+ 2
The code of a client-side program gets sent to the user's device and they then execute the code themselves. HTML, CSS and JavaScript are generally client-side. The code of a server-side program is executed by the server computer and only certain results of it can be accessed by a user. PHP and SQL are usually server-side.
18th Jul 2017, 8:29 AM
James
James - avatar
+ 1
Client sided servers have most of there information stored on your device I believe. Where as a server sided program has all the information stored inside the servers.
18th Jul 2017, 6:10 AM
Enrique