hi friends,
Dhirendra again,
Currently i am facing a problem regarding the complete execution of php+myql .Actualy i have to insert and update more then five tables on the execution of a php script.All the five tables having bulky data and dependent upon each other,Since rollback is not available in MySql how can i rollback the data , if some tables are updated or some tables are not updated then it will create major problem for me.
TO overcome these problem currently i am doing one thing.I am seting a flag on each execution of sql statement at last if all flags are true then only i am showing the confirmation page otherwise i am executing some queries(combination of delete and update)which will recover the whole data.
BUT BUT Problem will comes when net will disconnted or browser will closed by user in between the execution of the script.
Kindly help me to over come this problem as soon as possible because the scripts are running online and i have already face the problem.
I am waiting for response.
thanks in advance
dhirendra