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 is php pathinfo?
Which is better #define or enum?
What is the integer?
What is $_ get in php?
How can you retrieve data from the mysql database using php?
What is composer json?
How to remove white spaces from the beginning and/or the end of a string in php?
What is "print" in php?
Which variable declarations within a class is invalid in php?
how to detect a mobile device using php
What is a helper function?
Is it possible multiple inheritance in php?
Explain me difference between mysql_connect and mysql_pconnect?
Where session is stored?
How to find datatype of variable in php?