What is the meaning of server-side coding ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the meaning of server-side coding ?

19th Mar 2017, 5:38 PM
Seyf Eddine Boussaad
2 Answers
+ 2
server side coding is the language used to function on the server . It performs the actions based on your scripts over the server. for example php is a server side language which your browser can't understand directly. first is needs to be converted by the php engine which usually resides on the server. the php engine converts the language so that the browser can understand it. on the other hand HTML CSS and JS are client side languages which the browser easily understand .
19th Mar 2017, 5:47 PM
Mahendra Aanjna
Mahendra Aanjna - avatar
- 2
The process of writing set of instructions to your computer so that people will connect and grab data from it
19th Mar 2017, 6:01 PM
onekpsc