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 composer json?
What is __ invoke in php?
What are the three classes of errors that can occur in php?
What is the purpose of constant() function?
What is the use of anonymous function in php?
What is the difference between == and === in php?
Tell me how is it possible to remove escape characters from a string?
How can you propagate a session id?
How many functions are there in php?
Are sessions stateless?
What are the methods to submit form in php?
What is difference between count or sizeof function in php?
What is session cookies php?
How we can get the number of elements in an array?
How many escape sequences are recognized in double-quoted strings?