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
Do you know what's the difference between __sleep and __wakeup?
Which is the best php framework for a beginner?
What is regular expression in php?
What is the function of string in c?
What do the initials of php stand for?
Tell me what is the difference between get and post?
How we can get the number of elements in an array?
Write a program to swap two numbers using php.
Explain do you use composer? If yes, what benefits have you found in it?
Why ide is recommended for use while programming with php?
Can you convert php to html?
How to include a file code in different files in php?
What is meant by ‘passing the variable by value and reference' in php?
What is the purpose of the '.myi' file extension? What do thes file contain?
Tell me how to execute an sql query? How to fetch its result?