hallo,
dit is mijn code
<?
$multi = array('red','blue','white','yellow');
for ($i=0; $i<3; $i++)
{
for ($j=0; $j<3; $j++)
{
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<font color={$multi[$i][$j]}>X</font>");
echo("<br>");
}
}
?>
en dit moet het worden
http://i407.photobucket.com/albums/pp160/stefbeukers/kleuren.jpg
]
Alvast bedankt
1.166 views