Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Tech and Talk » OS and Software » Webmasters and Developers » Saving values on a web server...
Search Topic:
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
Javascript - parse xml string »
« Not sure why?  
AuthorAll Replies

muiredised
ESSE QUAM VIDERI

join:2007-06-11
Tacoma, WA

reply to Vamp
Re: Saving values on a web server...

You may need to brush up on the CGI (common gateway interface) protocol for some background. You will need to choose a server side language that will receive and process the data prior to actually saving it. Perl, PHP, Ruby, Python, and C are all viable choices. (my apologies if I omitted someone's favorite)

Once you have chosen a language you will author a script/program that will receive the data from a client, process it if necessary, and then store it on the server. Choices for storage are many. You can store it in a plain text file, a database, or one of many other formats. For very simple data that needs to be accessible from javascript only then perhaps your server-side script can format the data as javascript and save to a .js file. Then the client code can make an AJAX request for this file, eval it, and update whatever you got going on there on the client side.

The server-side language choice often comes down to a matter of personal preference. The actual storage method should be determined by the sophistication of the application and how the data is going to be used (need search capabilities?).

Typically PHP is thought of as an easy-to-learn server-side language so maybe start there and I'm sure you will find answers to questions as they arise.
Forums » Tech and Talk » OS and Software » Webmasters and DevelopersJavascript - parse xml string »
« Not sure why?  


Thursday, 26-Nov 08:23:32 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.
page compression OFF
Most commented news this week
· [105] New AT&T Ad Campaign Hits Back At Verizon
· [104] Time Warner Cable Fires Broadside At Broadcasters
· [95] Apple Joins AT&T Verizon Snark Fest
· [85] New Bill Takes Aim At Higher Verizon ETFs
· [63] TiVo Sees Record Customer Losses
· [48] In-Flight Internet Headed For Bumpy Landing?
· [34] Senators Want ACTA Made Public
· [32] Despite Billions In USF Fees, U.S. Libraries Lack Bandwidth
· [30] Earthlink Suffers From Major E-mail Outage
· [30] AT&T Offers New Prepaid Wireless plans
Most people now reading
· Windows 7 boot manager editing questions [Microsoft Help]
· Whats the big deal about being "Old School"....? [World of Warcraft]
· [Snow Leopard] NFS Mounts - no more Directory Utility [All Things Macintosh]
· 3.x Feral Druid - Bear Tanking Guide [World of Warcraft]
· I'll Just Unplug That... [No, I Will Not Fix Your #@$!! Computer]
· [Config] cisco asa 5505 with multiple outside IP addresses [Cisco]
· Slow speeds in the evenings [TekSavvy]
· Connecting to Google Voice Via SIP [VOIP Tech Chat]
· HOW-TO: QoS and Tomato (fixes "choppy voice") [MagicJack]