1
0
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:
Kamil Tekiela
2021-11-25 21:26:37 +00:00
parent 5f29513408
commit 14e5e29fd1

View File

@@ -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;
}