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
How to get the position of the character in a string in php?
Is php deprecated?
What is the difference between print() and echo() in PHP?
What is putenv?
What is stripslashes php?
What is default session time and path in PHP. How to change it?
Can php run without server?
How can we create a database using php?
Is strcmp case sensitive?
What are the benefits of using queries?
What is difference between array_merge and array_combine in php?
How can we access the data sent through the url with the post method?
What is needed to be able to use image function?
Tell me what is the meaning of a final class and a final method?
What does the expression exception::__tostring means?