client side scripting language Vs server side scripting
language
Answer Posted / varun
server scripts are more secure as they are not visible to
user,only emit HTML code correspnding to user input.Whereas,
in client side scripting,scripts are visible to user.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to count all the lines of code in a directory and sub folder?
What is the delimiter default in PHP?
How would you declare a function that receives one parameter name hello?
What is a comment in php?
What is use of mysqli_query in php?
Explain about PHP filter and why it should be used?
How can you make a connection with mysql server using php?
What is properties of class?
Is empty function c++?
How to call a php function from another php file?
What are the advantages of oops in php?
What is meant by an associative array?
What is regular expression in javascript?
How to get the http request in php?
Explain what is the function file_get_contents() usefull for?