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 better than java?
How to remove white spaces from the beginning and/or the end of a string in php?
How can we change the maximum size of the files to be uploaded?
What are arguments in php?
Is php good for career?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What are examples of dependent variables?
Does php support overloading?
What is a PHP accelerator?
Can you define an array argument as a reference type?
Why php is also called as scripting language?
Which php framework is fastest?
Which is better get or post method?
Write a program to get lcm of two numbers using php?
How can you tell if a number is even or odd without using any condition or loop?