Difference between Server & Client Scripting

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 3rd, 2006, 07:20
Up'n'Coming Member
Join Date: May 2006
Location: Kentucky
Age: 19
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Coty Skaj Send a message via Yahoo to Coty Skaj
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!!!
Reply With Quote

  #2 (permalink)  
Old Jul 6th, 2006, 16:59
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
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.
Reply With Quote
  #3 (permalink)  
Old Jul 6th, 2006, 17:18
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,612
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
Reply

Tags
difference, between, server, client, scripting

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 10:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43