17.12
This commit is contained in:
@@ -67,7 +67,7 @@ $db = mysqli_connect('localhost', 'root', '', 'rzeki');
|
||||
break;
|
||||
}
|
||||
|
||||
if (mysqli_errno($db)) {
|
||||
if (!mysqli_errno($db)) {
|
||||
$result = mysqli_query($db, $sql);
|
||||
for ($i = 0; $i < mysqli_num_rows($result); $i++) {
|
||||
echo "<tr>";
|
||||
|
||||
Reference in New Issue
Block a user