client side scripting language Vs server side scripting
language
Answer Posted / m sujata
Scripts executed only by the browser without contacting the
server is called client-side script. It is browser
dependent. The scripting code is visible to the user and
hence not secure. Scripts executed by the web server and
processed by the server is called server-side script.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
Tell me are parent constructors called implicitly inside a class constructor?
Tell me what are the different types of errors in php?
Tell me how can I display text with a php script?
Can I use php in visual studio?
Tell us what does $_cookie means?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
What is polymorphism with example in php?
How to remove duplicate values from array using php?
Is php object oriented?
What is magic quotes?
How does php isset work?
What is the best php framework 2018?
What is php7?
What is abstract class in php?
What is rest api in php?