<html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" c> <meta name="viewport" c initial-scale=1.0"> <title>Ranking</title> </head> <body>
Station ID | Average Opinion |
---|---|
" . $row['id_stacji'] . " | " . round($row['avg_opinion'], 2) . " |
No opinions found for any stations.
"; } mysqli_close($conn); } else { echo "Connection failed: " . mysqli_connect_error(); } ?> </body> </html>