Article
Top writer's quotes
query($sql); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { echo "
{$row['quotes_content']}
-{$row['quotes_writer']}
"; } } else { echo "No data found."; } ?>query($sql); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { echo "
{$row['quotes_content']}
-{$row['quotes_writer']}
"; } } else { echo "No data found."; } ?>
query($sql); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { echo "
{$row['quotes_content']}
-{$row['quotes_writer']}
"; } } else { echo "No data found."; } ?>