Jump to content

offline database


busnut

Recommended Posts

G'day, i'm not sure if i've posted in the correct section, if not, I apologise.

 

What i'm looking for is to have something where if somebody doesn't always have access to the net or whatever the case is, is to have a database/program where they can access the most recent uploaded info, and when they are online, it will check against the mysql database, and anything updated will be uploaded to their computer or whatever device they are using (if that makes any sense so far).

 

Anyone have any suggestions, or know of something that is out there that I can use?

 

Cheers :)

Link to comment
https://forums.phpfreaks.com/topic/175180-offline-database/
Share on other sites

  • 2 weeks later...

Right now there's no real solution to this that I know of. The only way you can store anything on a users computer is by cookies, however they're only made for relatively small bits of data - nothing to this extent. Actually one of the aims of HTML 5 is to bring this element of caching to the web.

Link to comment
https://forums.phpfreaks.com/topic/175180-offline-database/#findComment-930711
Share on other sites

Right now there's no real solution to this that I know of. The only way you can store anything on a users computer is by cookies, however they're only made for relatively small bits of data - nothing to this extent. Actually one of the aims of HTML 5 is to bring this element of caching to the web.

Thanks for responding.

 

Why I was asking is a friend has a cd-rom thats been installed on his computer full of aviation info, and when he opens the program, it checks the web for new information and then downloads the new info to his computer, so I thought this might have been some simple and easy process.

Link to comment
https://forums.phpfreaks.com/topic/175180-offline-database/#findComment-930712
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.