
PHP Database
My uncle is asking me to create a software for his business. He has several sales persons who travel around the country. He would like to have a software for them so that they can key in the customer orders from their laptop. He wishes to see the sales concurrently and let his employees in HQ response to the sales orders as fast as possible.
I only know a bit of PHP code. So I decided to create a normal HTML form for him. His sales person will key all the relevant data into the form and submit it. The data will be stored inside the mysql database so that he can retrieves the data whenever he wants to.
The problem is the sales person might go to certain area where it is hard for them to get into the Internet. What is the solution I can use so that the sales person can key in the data without the Internet and the computer will upload the data to the mysql once he can access the Internet?
<< This is not a sales pitch >>