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 how to initiate a session in php?
What new features php7 has in store for us?
How to access standard error stream in PHP?
Does exist in php?
What is a php object?
What is meant by ‘passing the variable by value and reference' in php?
What is the function of string in c?
How to convert the first character to upper case?
What function do we use to find length of string, and length of array?
Does PHP 5 support exceptions? State Whether True or False?
How can you pass a variable by reference?
Is php good for career?
What is the use of magic function in php?
Explain do you use composer? If yes, what benefits have you found in it?
What is isset post?