I have a new project deal in hand. The project is to make a web application interface to collect a huge information about people in a particular area.
For example, In Film world,s there are director,camera-man, screen writer etc.
So the project aims to build a database back end with an advanced searchable fronted using tags,names etc.
So the issue here, Data uploading will be time-to-time. Like , whenver a new info came, that entry will be added to the database. but if there is no Internet available, then this data should be added to the local database and next time internet get available, this database should be synchronized to the main Database Server.
So in a nutshell..
--is it possible to create a php web application which supports automatic synchronisation??
--if yes, can any one please shed some light on these issues??