I have a data base that uses SQL for storing data and PHP to pull information from the data base to the web. For the first time ever we lost some data after a user performed a save action. Not all data was lost just select pieces of information.
I have tried several times to duplicate the data loss and couldn't make it work. Could this be a bug in the PHP or SQL structure?
I have tried several times to duplicate the data loss and couldn't make it work. Could this be a bug in the PHP or SQL structure?
Comment