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 func_num_args() used for?
Is runtime polymorphism overriding?
What is laravel php?
Define metaphone()?
Explain the difference between session and cookies in php?
How to include a file code in different files in php?
What is url encoding and decoding in php?
How long does a php session last for?
What type of headers have to be added in the mail function to attach a file?
What is escaping to php?
How to get the total number of values in an array?
Does facebook use php framework?
How stop the execution of a php scrip?
What is a static method php?
Explain what is the difference between $var and $$var?