<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arrays</title>
</head>
<body>
<?php
$getallen[12, 167, 47, 95, 101]
for($i=0; $i < $getallen; $i++)
?>
</body>
</html>
Made by Thijs Aarnoudse