database - Can JavaScript be used to send and store information on a server? -



database - Can JavaScript be used to send and store information on a server? -

for example: when inquire question on stackoverflow, input info text box, , info sent server stored , displayed end-user.

can process of sending information, , retrieving/displaying written in js? if yes, language or there more efficient ones? if no, process written in?

thank in advance.

yes. can utilize ajax (http://en.wikipedia.org/wiki/xmlhttprequest) send , receive info server.

javascript database data-retrieval

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -