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
Post a Comment