I want to use data in the form sql tables but i have to use locaStorage feature of html5 is their any way to stored data in the form sql
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suggest you take a look at PersistJS for storage solutions. This answer briefly explains how the back-end of this library works.
As for data… Use JSON instead of XML. XML is too bulky to store, especially when the library falls back to cookie-based storage.
If you can’t change how the server sends data (when the server guys are XML fanbois), here’s an XML to JSON library which you try.