This topic is locked

Synchronization

2/4/2017 12:29:12 PM
PHPRunner General questions
H
htmalbenur author

I need to know how to do the synchronization capabilities between online and offline version.

HJB 2/4/2017

Citing excerpt ex https://xlinesoft.com/blog/2016/07/06/desktop-applications-with-phprunner/

quote

Synchronization:

In some cases, when there is problem with internet, we use offline version of database in order to print out some quotations, invoices etc, and after getting online, we have to re enter it online.

If you can add synchronization capabilities between online and offline version, that would be so awesome.

It will help to those users too, who have slow internet and have work load, they can work in desktop environment offline, then can synchronize in the evening.

unquote

http://stackoverflow.com/questions/14661501/synchronize-mysql-remote-local-database-using-phpmyadmin

... for inspiration purposes only ..., on remote/local synchronization via PHPMyAdmin ...