I have one application in two version: the online version and the offline version(USB).
How can I update the online version after some change in the offline database?
blackbird29 0 Newbie Poster
Recommended Answers
Jump to PostYou need to make a simple php/mysql interface that lets you updates values for a database.
;) But his question is how to ?
Jump to PostI would use something like this:
http://forums.digitalpoint.com/showt...us#post8399126
every time the user opens the file. Upon "404 error" continue to work offline. Upon "successful response" open up online connection, proceed to compare and update online database, redirect the user to the online application.Nice logic. But the above script …
All 8 Replies
R0bb0b 344 Posting Shark
OmniX 21 Practically a Master Poster
blackbird29 0 Newbie Poster
R0bb0b 344 Posting Shark
OmniX 21 Practically a Master Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
R0bb0b 344 Posting Shark
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.