Answers for "uncaught error: object of class mysqli_result could not be converted to string in /applications/mamp/htdocs/php_exam/index.php:7 stack trace:"

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 /applications/mamp/htdocs/php_exam/index.php:7 stack trace:"

Code answers related to "SQL"

Browse Popular Code Answers by Language