How to execute code at the same time while debiting user’s account tables in PHP
I’m new to php. i have users plans table(beta target, beta kopa, beta flex and users table) when a user withdraws, it sometimes debit the users plan table and wont debit the specific user main account, sometimes it will debit the users main account and wont debit the plan table account. please why is it not debiting both table and users table at same time. i will so much appreciate any help please. below is my web.php route code
How to execute code at the same time while debiting user’s account tables in PHP
I’m new to php. i have users plans table(beta target, beta kopa, beta flex and users table) when a user withdraws, it sometimes debit the users plan table and wont debit the specific user main account, sometimes it will debit the users main account and wont debit the plan table account. please why is it not debiting both table and users table at same time. i will so much appreciate any help please. below is my web.php route code