0
What is a client side programme and a server side programme ?
3 ответов
+ 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.
+ 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.