Data dissapearing from data base

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stanosm
    New Member
    • Nov 2011
    • 1

    #1

    Data dissapearing from data base

    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?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Are you escaping your quotes correctly?

    Comment

    Working...