Objek kelas mysqli_result tidak dapat dikonversi menjadi string
<?php
while ($row= $resultAll->fetch_assoc()) {
echo $row['data'];
}
?>
Celtyn Naidoo
<?php
while ($row= $resultAll->fetch_assoc()) {
echo $row['data'];
}
?>