Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Object of class mysqli_result could not be converted to string

<?php
while ($row= $resultAll->fetch_assoc()) {
    echo $row['data'];
}
?>
Source by www.stechies.com #
 
PREVIOUS NEXT
Tagged: #Object #class #converted #string
ADD COMMENT
Topic
Name
9+2 =