Jump to content

Javascript and database?


Guest Gloria

Recommended Posts

I'm trying to develop a webpage to retrieve data from an database and then update the database based on user input. Is there a way to accomplish this using JavaScript? If not, any suggestion? Thanks.

Link to comment
Share on other sites

The closest you can come to your request is using hte XMLHTTP object of JavaScript to execute a server side script which would connect to the database and then return the results to javascript.But that is as close as you'll get...learn a server side language.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...