0
if JavaScript is client side language, then what actually server side Lang sounds like? is it totally different from JavaScript?
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.
+ 1
very very different. JS for behavior. but PHP SQL and ASP is for database systems. so is very very differents.
0
Server side language is PHP, SQL, or ASP. I not know any single bit of it though. And yes, it is totally different