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
How do you check is php not empty?
What is the difference between apache vs niginx?
What is the difference between echo, print and printf()?
Why do we use in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
How to take a substring from a given string?
What is singleton pattern in php?
What is the use of addslashes in php?
Why should I learn php?
Do you know when sessions ends?
What is curl php?
What is difference between sql and php?
How to write the form tag correctly for uploading files?
Tell me can the value of a constant change during the script's execution?
How to set cookies?