client side scripting language Vs server side scripting
language
Answer Posted / taher
Different of Client Side and Server Side Means Client Send
The Request to the Server and Server Send The Response to
The Client. That is Server Side Scripting.
and Client Side means That Client Send The Request To the
Browser and Bowers Send The Response.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to move uploaded files to permanent directory?
What is difference between get and post?
How to get no of arguments passed to a PHP Function?
Why does sql injection happen?
Why do we use polymorphism in php?
What are the different types of statements that are present in php?
How to get the number of characters in a string?
Which is better session or cookie?
Name some of the popular frameworks in php.
How to check an element is exists in array or not in php?
How failures in execution are handled with include() and require() functions?
Can you explain, when to use if-else if-else over switch statements?
What are the differences between echo and print?
How to remove leading and trailing spaces from user input values?
How many escape sequences are recognized in double-quoted strings in php?