SQL Injection
PHP Security
2025-12-26
42
Some database clients allow multiple queries.
ext/mysql
does not.
ext/mysqli
does, but only explicitly through
mysqli_multi_query()
. Don't use this if you can help it.