Local website(no server) User registration submission to a db?/ login info retrieval
Hi sorry about the Title I'm not sure how to describe my issue properly.
I have Created a website which has a Validated Registration form and once the user fills in the required fields it needs to be submitted to some sort of DB/file to be stored so it can be called by my java script login form which then gives the user access to the website.
The website files have to be run locally so I'm able to email/move them around and remain functional on a variety of different machines without requiring a local web server(xamp etc..) being setup. As a Last resort i can install the DB/XML/ whatever storage options i have on my own Web server, provided everything else stays local.
The DB/Document only needs to hold a few names,email address and a username/password which will be called by javascript to login.(these are not required to be secured as they're mockups)
I've been having a lot of trouble trying to work out what options i have to achieve this and what is the easiest path to follow.
From what I've gathered i can use java script and an XML doc but I'll need to make a XML Writer/Reader for it to work which I'm quite confused about as its a bit over my head atm or at least will be without some straight forward instructions.
I'm not sure if i could use Ajax and have a sql db on my Server, i know some code works locally but from what i understand a lot of it does still require a server/installation.
jQuery may also be possible but I've had some trouble finding the information i need.
If Anyone knows of a good way to achieve my goal it would be fantastic, I'm out of ideas >.<
Big thanks in advance.
(I'm not sure if I'm using the correct terminology for some things or if my question makes sense/ added enough information for you guys so apology's in advance)