There is an open source project created in python called w3af which, among other things, is used to find problems with SQL injections.
Download it from the page, and then when you run it, select the fast_scan profile, and enter the URL on the target (it could be something like http: // localhost: 8080 if you work locally) and run the application.
If he can find any problem with SQL injection, she will let you know.
This step can be performed after checking all of your mysql_query calls to verify that everything is working fine.
Lombo
source share