l200/fja.php

<?php include('db1.php'); ?> </head> <body> <?php $query = "select * from Gamemakers"; $result = mysqli_query($db1, $query) or die(mysqli_error($db1) .": $query"); while($row = mysqli_fetch_array($result)){ echo "<div><a href='gamemakersdetails.php?bedrijfid=$row[bedrijfid]'>$row[Naam]</a></div>\n"; } ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse