Wyndham Batton
Wyndham Batton

Reputation: 1

Creating a database using jQuery mobile

I am wondering what is the best way to create a database using jQuery mobile for cross platform mobile devices. I am making an app to where you create a time sheet for a week and save it. I am thinking I will have to create sub databases inside another but right now I am not sure how to create a database. I heard using php is a good...

Any help would be great. Thank you

Upvotes: 0

Views: 1363

Answers (2)

Pyae Phyoe Shein
Pyae Phyoe Shein

Reputation: 13827

How about using with SQLite at modern browser?

Upvotes: 0

Bot
Bot

Reputation: 11855

What you want will probably best achieved by using a webservice. That way your jquery Mobile will communicate to your remote database that will store the data.

Check out Adding a database to jquery mobile site

Upvotes: 1

Related Questions