Answers for "uncaught error: object of class mysqli_result could not be converted to string in /opt/lampp/htdocs/shophubproject/home.php:123 stack trace: #0 {main} thrown in"

SQL
0

Object of class mysqli_result could not be converted to string

<?php
while ($row= $resultAll->fetch_assoc()) {
    echo $row['data'];
}
?>
Posted by: Guest on October-23-2021

Code answers related to "uncaught error: object of class mysqli_result could not be converted to string in /opt/lampp/htdocs/shophubproject/home.php:123 stack trace: #0 {main} thrown in"

Code answers related to "SQL"

Browse Popular Code Answers by Language