client side scripting language Vs server side scripting
language
Answers were Sorted based on User's Feedback
Answer / m sujata
Scripts executed only by the browser without contacting the
server is called client-side script. It is browser
dependent. The scripting code is visible to the user and
hence not secure. Scripts executed by the web server and
processed by the server is called server-side script.
Is This Answer Correct ? | 30 Yes | 1 No |
Answer / 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 |
Answer / rajeev sharma
client side scripting language run on local machine..means
it machine dependent. but server side scripting language run
on server means it not machine dependent it can run on any
machine .
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / 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 |
Answer / dinesh gaur
client side Scripts executed only by the browser without using
server is called client-side scripting language. it depends on browser. Scripts executed by the web server and the script
processed by the server is called server-side scripting language.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / varun
server scripts are more secure as they are not visible to
user,only emit HTML code correspnding to user input.Whereas,
in client side scripting,scripts are visible to user.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / subash
server side scripting:script run on server ie,a single machine
Client side scripting:script runs on client's machine.
Is This Answer Correct ? | 6 Yes | 21 No |
How to genrate report in wordpress cms
What is the difference between get & post ?
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question
List out the predefined classes in PHP?
What are the characteristics of php?
How to know user has read the email-php?
In how many ways we can retrieve the date in the result set of mysql using PHP?
!== represents what?
What is new keyword in php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What are the advantages and disadvantages of Cascading Style Sheets?
What are the uses of php language?