Avoiding SQL Injection Flaws with Prepared Statements
Posted: 26 December 2024, 15:04
Hi,
Is there a way I can access the underlying mysqli instance within the App_DbObject class so that I can use Prepared Statements instead of manually creating the sql strings?
Thanks
Is there a way I can access the underlying mysqli instance within the App_DbObject class so that I can use Prepared Statements instead of manually creating the sql strings?
Thanks