mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 07:42:10 +01:00
Remove typo whitespace
This commit is contained in:
@@ -1473,7 +1473,7 @@ array(1) {
|
||||
<![CDATA[
|
||||
<?php
|
||||
$mysqli = new mysqli("example.com", "user", "password", "database");
|
||||
$result = $mysqli->query("SELECT 1; DROP TABLE mysql.user");
|
||||
$result = $mysqli->query("SELECT 1; DROP TABLE mysql.user");
|
||||
if (!$result) {
|
||||
echo "Error executing query: (" . $mysqli->errno . ") " . $mysqli->error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user