![]() |
CI4 Transaction not working on me - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: CI4 Transaction not working on me (/showthread.php?tid=80179) |
CI4 Transaction not working on me - dcyilmaz - 09-24-2021 PHP Code: When a quoted data is received, it gives an error and the undo operation does not work. RE: CI4 Transaction not working on me - InsiteFX - 09-24-2021 You should not be using all capital letters for your variables, they are reserved for constants RE: CI4 Transaction not working on me - kenjis - 09-24-2021 What error message do you get? And you should not use htmlentities() and stripslashes() with SQL statements. If you don't know escaping in SQL well, see https://codeigniter4.github.io/CodeIgniter4/database/queries.html#escaping-queries |