if JavaScript is client side language, then what actually server side Lang sounds like? is it totally different from JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

if JavaScript is client side language, then what actually server side Lang sounds like? is it totally different from JavaScript?

1st Oct 2016, 3:55 PM
Akshay
3 Answers
+ 2
The work of a server sided language is to communicate data in and out of the server. For example PHP with SQL can update, insert and retrieve data from a database. This data can be served to a web page. On the other hand, javascript gives behavior to the page. E.g when you click a button and an image moves.
4th Oct 2016, 4:00 AM
lenimbugua
lenimbugua - avatar
+ 1
very very different. JS for behavior. but PHP SQL and ASP is for database systems. so is very very differents.
1st Oct 2016, 10:39 PM
HawkEye
HawkEye - avatar
0
Server side language is PHP, SQL, or ASP. I not know any single bit of it though. And yes, it is totally different
1st Oct 2016, 9:40 PM
Krisna A. Haryadi
Krisna A. Haryadi - avatar