Objeto da classe mysqli_result não pôde ser convertido para string
<?php
while ($row= $resultAll->fetch_assoc()) {
echo $row['data'];
}
?>
Celtyn Naidoo
<?php
while ($row= $resultAll->fetch_assoc()) {
echo $row['data'];
}
?>