SyntaxFix
Write A Post
Hire A Developer
Questions
You cannot echo an array. Must use print_r instead.
<?php $result = $conn->query("Select * from tbl"); $row = $result->fetch_assoc(); print_r ($row); ?>