|
|
|
|
|
by JimDabell
782 days ago
|
|
Not an SQL injection, but I opened Google in a private browsing window, searched for “php mysql tutorial”, and it brought me to the W3Schools tutorial, which has multiple other vulnerabilities relating to how PHP just dumps its output into HTML unescaped without a second thought. At a glance, I see obvious XSS and open redirect vulnerabilities. https://www.w3schools.com/php/php_mysql_select.asp |
|