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
Which Scripting Engine PHP uses?
Which function is used to strip whitespace?
What are the methods to submit form in php?
How many ways to include variables in double-quoted strings in php?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
Tell me how can we define a variable accessible in functions of a php script?
What does == mean in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
Explain the syntax for ‘foreach’ loop with example.
Does php support polymorphism?
What is the meaning of a final class and a final method?
What are global variables in php?
What is session data?
Which is useful for method overloading?
How to read and display a HTML source from the website url?