Refactoring for better readability
This commit is contained in:
@@ -156,7 +156,6 @@ $sql_clients = mysqli_query($mysqli, "SELECT client_id, client_name FROM clients
|
|||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
//Get number of rows contained in result set
|
//Get number of rows contained in result set
|
||||||
$rowcount = mysqli_num_rows($sql_clients);
|
$rowcount = mysqli_num_rows($sql_clients);
|
||||||
if ($rowcount == 0) {
|
if ($rowcount == 0) {
|
||||||
@@ -169,7 +168,6 @@ $sql_clients = mysqli_query($mysqli, "SELECT client_id, client_name FROM clients
|
|||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user