heshan Posted August 1, 2010 Share Posted August 1, 2010 Hi all, I have some financial transactions to perform in my system like cash deposits, withdrawals etc.I have built my system using PHP and MySQL. Can someone explain me how can i use rollback operations if something failure occurs? Heshan, Link to comment https://forums.phpfreaks.com/topic/209522-financial-transactions-of-a-php-project/ Share on other sites More sharing options...
monkeytooth Posted August 2, 2010 Share Posted August 2, 2010 There is no roll back system that I am aware of built into php/mysql. There are however applications that can handle such things, that do a number of things that most coding teams will use and individual coders will use. I dont use any of them personally, tend to regret it from time to time. But if you looking to be able to roll back full file structures from a previous date like a restore point then you need software like that. But then again I could be misinterpreting your questions greatly and then if I am, I am sorry. Link to comment https://forums.phpfreaks.com/topic/209522-financial-transactions-of-a-php-project/#findComment-1094015 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.