You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php// Not detectedmysqli_query($handle, "SELECT * FROM sometable WHERE field=".$_GET['input']);
// Detectedmysqli_query($handle,
"SELECT * FROM sometable WHERE field=".$_GET['input']);
The text was updated successfully, but these errors were encountered:
php.lang.security.injection.tainted-sql-string
The text was updated successfully, but these errors were encountered: