This is a discussion on "Difference between Server & Client Scripting" within the Other Programming Languages section. This forum, and the thread "Difference between Server & Client Scripting are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Difference between Server & Client Scripting
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Difference between Server & Client Scripting
I was just wanting someone to explain the difference between server side scripting and client side scripting and what they can be used for thanks!!!
|
|
|
|
|||
|
Re: Difference between Server & Client Scripting
I assume we are talking in an Internet environment.
As the name suggests, client side scripting is carried out (executed) on the client's machine, eg., by the browser. The most common script for this purpose is JavaScript. This language is experienceing something of a renaissance as part of the group of methods for producing dynamic web sites - Ajax. It is used for things that are more properly carried out at the client end. Server side scripting happens at the other end of the line, eg., at the server. This uses languages such as PHP, Perl, etc. It is used for such things as producing dynamic content for a page. Providing the interface between the client and server side databases. Processing form information and emailing. |
|
||||
|
Re: Difference between Server & Client Scripting
Nice one Geoff
If your question was a little more specific, we could probably talk you through some samples, but Geoff's reply should be good enough...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| difference, between, server, client, scripting |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| client mac address or client HDD serial no | uday | JavaScript Forum | 3 | Apr 18th, 2008 23:22 |
| Ping a server from client PC? | Kimochi | JavaScript Forum | 1 | Mar 27th, 2007 01:48 |
| URGENT!!!! Send HTTP request from one web server to another server | chandra.nowduri | ASP.NET Forum | 1 | Aug 7th, 2006 19:18 |
| Server.CreateObject("Scripting.Dictionary") | jakyra | Classic ASP | 1 | Jun 13th, 2006 11:00 |
| Client-Side VS Server Side Scripting | redev2006 | JavaScript Forum | 1 | Jul 30th, 2005 19:30 |