l108/14.1.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> td{ border: 1px solid; } table{ border: 1px solid; } </style> </head> <body> <?php include "db.php"; include "functions.php"; $result = mysqli_query($db, "SELECT * FROM auteurs"); echo formattable($result); ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse