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
What type of headers that PHP supports?
What are the string functions in php?
What are different types of runtime errors in php?
Is php used in 2019?
How to remove leading and trailing spaces from user input values?
What is cms php?
How to change the principal password?
How to pad an array with the same value multiple times?
When do sessions end?
Can we run php on tomcat server?
Is facebook still written in php?
What is form action php?
What is str_replace()?
Does php have multiple inheritance?
For image work which library is used in php?