client side scripting language Vs server side scripting
language
Answer Posted / sathya
The client-side scripts, like JavaScript or VBScript, are
executed in the client (a browser). The server-side ones
(like PHP, ASP, JSP, ColdFusion) are executed on the server.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is php default argument?
How to convert a json string to an array in php?
How to get the ip address of the client?
How to get the value of current session id?
What is the difference between print() and echo()?
How to remove an empty directory?
What percentage of websites use php?
Can php use gettext?
Write a statement to show the joining of multiple comparisons in php?
What is mysql_fetch_row?
Php says that an array is an ordered map. But how the values are ordered in an array?
How do you put a space in html?
Is session a cookie?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
Write a program to upload a file in php?