client side scripting language Vs server side scripting
language
Answer Posted / dinesh gaur
client side Scripts executed only by the browser without using
server is called client-side scripting language. it depends on browser. Scripts executed by the web server and the script
processed by the server is called server-side scripting language.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is in a cookie?
How to test if a variable is an array?
Explain me what are the main error types in php and how do they differ?
What is the purpose of constant() function?
How to check curl is enabled or not in PHP
Tell me what is the difference between unset() and unlink()?
What is $_ post in php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is cookies? How to create cookies in php?
What is php addslashes?
Is array a key php?
Explain what is the difference between session and cookie?
What is the difference between characters 34 and x34?
What is the use of @ in php?
Where is session value stored php?