query($query); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { $name = $row['name']; echo "
  • " . $name . "
  • "; } } $link->close(); ?>

Our Blog

Now Loading