client side scripting language Vs server side scripting
language
Answer Posted / subash
server side scripting:script run on server ie,a single machine
Client side scripting:script runs on client's machine.
| Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
What is the function used to change the root directory in PHP?
Will a comparison of an integer 12 and a string "13" work in php?
How many data types are there in php?
What is the difference between unset and unlink?
How can you retrieve data from the mysql database using php?
Why overriding is called runtime polymorphism?
Php says that an array is an ordered map. But how the values are ordered in an array?
Tell me how to get the value of current session id?
Does php require a web server?
What does PEAR stands for?
What are the rules in creating php variable?
Does php need to be installed?
What is the use of trim in php?
What is super keyword in c++?
Is it possible to submit a form with a dedicated button?