Je moet dat ene record ophalen, het zal het resultaat van Count()
. bevatten$result = $db->query("SELECT COUNT(*) FROM `table`");
$row = $result->fetch_row();
echo '#: ', $row[0];
Je moet dat ene record ophalen, het zal het resultaat van Count()
. bevatten$result = $db->query("SELECT COUNT(*) FROM `table`");
$row = $result->fetch_row();
echo '#: ', $row[0];