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
Is php worth learning in 2019?
Write a program to get second highest number in an array using php?
What is the difference between array_map () and array_shift ()?
Is php class name case sensitive?
How to enable cURL in PHP?
Tell me how is it possible to remove escape characters from a string?
Can we use session in mvc?
What is the difference between explode and split?
Explain how is it possible to set an infinite execution time for php script?
What are escaping characters?
What is a query in a database?
What are include() and require() functions?
Is php difficult to learn?
Explain about a search-friendly site looks like?
Is php coding easy?