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
What's the difference between using mysql_ functions and pdo?
How does the identity operator === compare two values?
Is php procedural or oop?
What is the function to count elements in an array in PHP?
What are properties in php?
How to convert a json string to an array in php?
Which are the best start and end tags to use?
What is php and what does it do?
which will print out the php call stack?
Explain PHP?
How to know user has read the email-php?
What is php written in?
What is the advantage of runtime polymorphism?
How to remove the new line character from the end of a text line in php?
How to download files from an external server with code in php?