Jump to content

Ajax accessing with SQLite database


Newbie89

Recommended Posts

SQLite is like any other database, if you're going to use it with a web browser then you need a server-side language like PHP that can access the database and give the data to the browser, through ajax or whatever other means. Other than that, I don't know what you're asking for.

  • Like 1
Link to comment
Share on other sites

you can find sqlite example herehttp://php.net/sqlite or can use http;//php.net/pdo with sqlite driver. ajax examplehttp://w3schools.com/ajax as jsg already said ajax is for just requesting the page and getting the output. it does not matter how does you make your output, it could be mysql generated or sqlite or just plain text. check the ajax tutorials. first make a usual script that will use sqlite to generate some data from DB. and then request the page with ajax

  • Like 1
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...