sql - PhoneGap + jQuery Mobile -


i want show list of data on 1 page pull sql database.
on other page want show names in data. query this:

select * tblname 'tblname.id = 'dataid';  

now how can this? know how can pull data on first page. then, should create link page , send id?

what's best way this? work multipage-page template or ... ?

push data array, send json if it's ajax call, save localcache , use wish.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -