Tuesday 4 October 2011

What is the difference between client-side script and server-side script

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.


in case client side scripting the programsn are executed in client computer system and in case of server side scripting all programs are executed at server side.and all the requests are propagated to server.

No comments:

Post a Comment