client side scripting language Vs server side scripting
language
Answer Posted / dinesh gaur
client side Scripts executed only by the browser without using
server is called client-side scripting language. it depends on browser. Scripts executed by the web server and the script
processed by the server is called server-side scripting language.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When to use single quotes, double quotes, and backticks?
Why php is widely used?
How do I end a php session?
What is use of header() function in php? What the limitation of header()?
How the result set of mysql be handled in php?
What is the different between count() and sizeof() in php?
Tell me what is mean by an associative array?
What does the expression exception::__tostring means?
How To Get the Uploaded File Information in the Receiving Script?
How can you submit a form without a submit button?
What are the different types of PHP arrays?
What is the use of die in php?
What is the use of $_request variable?
Explain how to run the interactive php shell from the command line interface?
How do you pass a variable by value in php?