You are on page 1of 1

<html>

<title>statement Foreach</title>

<body><?php

$warna = array ("merah","hijau","biru","putih");

foreach ($warna as $nilai)

echo "$nilai <br>";

?>

</body>

</html>

You might also like