How to send data from a HTML on my computer to a Access database file on my computer?
-
My situation: I'm teaching myself JavaScript. I can create very basic web pages and right now I am practicing forms and form validation scripts. Right now, when I hit the submit button on these forms, the data doesn't go anywhere since the page is not connected to a web server. I just wanted to know if there was a way to write these HTML pages so that the data I submit through the forms would go to an Access database on my own computer. Can I do this with HTML/Javascript or does it require a different language. If you can provide a link to a tutorial, I would really appreciate it, but any answers are welcome.
-
Answer:
HTML and JavaScript are both languages that reside in the user's browser. What this means is that, the HTML and JavaScript code are executed on the user's browser. So, when you validate your form (using JavaScript), that is being done locally on your computer. But, when you 'submit' your form, it is being sent to the submitted page (will call it page X) in the server that is hosting the pages. the server processes the request that was submitted (HTML/JavaScript would not be able to execute here) and returns a response as as page X. The easiest option would be to sign up to a free web hosting www.000webhost.com would be a good oen. You would be able to use PHP (server scripting language), and you can use that to insert posted data into a database (mySQL). If you require it to be an Access DB, then I think that would not be suitable, and you could go with ASP.NET.
egfraz at Yahoo! Answers Visit the source
Other answers
You should use ASP.NET, PHP , or JSP web programming language. The source site below may help you:
Sovandara
Related Q & A:
- How to send data from device to remote server?Best solution by Stack Overflow
- How to send data from Android Wear to handheld?Best solution by androprogrammer.com
- How do I send a photo from my computer to a cell phone?Best solution by Yahoo! Answers
- How can i send some one a text through my computer?Best solution by Yahoo! Answers
- How do I send a text from my computer to a landline?Best solution by Blurtit.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.