PHP MySQL SQL parser (INSERT and UPDATE)
I am looking to parse INSERT and UPDATE MySQL SQL queries in PHP to determine what changes where made from what original data. Now this would be pretty easy to create, but I want to see if there are any existing libraries in PHP to do this. Basically what I have is a table with all of the above queries that have been run on a database. ...