Hi Bamril!
Sanitize all your data inputs, not just those specifically required for your SQL query/Database. I may be mistaken but the leading cause of website leaks is currently XXS (Cross site Scripting) the concept is similar to SQL injection and sometimes even more dangerous. On top of sanitizing, you can also use prepared statements instead of just inserting values into the query. But I would recommend you to ask these experts for help
https://www.digitalforensics.com/ Because online attacks are becoming more and more complex to handle them on your own.
Bookmarks