Uncaught Error: Call to a member function fetch() on bool in?
Kann mir jemand sagen, was ich falsch gemacht habe?
<section claas="container" id="products">
<div class="row">
<?php while($row = $result->fetch()): ?>
<div class="col">
<?php include 'card.php' ?>
</div>
<?php endwhile; ?>
</div>
</section>
Computer,
Technik,
programmieren