hi guys
in this moment i am porting an asp/sql web portal to php/mysql portal. what i want to asked, does anyone have experience with updating database offline?
1. namely, i want to enable users to download from web server web interface for inserting some records.
2. cut the connection (hung up dial up)
3. doing offline insert
4. getting connected again
5. run the query and getting confirmation.
so it comes, i suppose, to having dump the query with inserted data to mysql after making renewed connection.
thanks in advance 😉