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 -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -