0) {
$i=0;
echo “Here’s an overview of the colors used by the LEGO company.
Numbers and names shown are numbers used by LEGO, not Bricklink or Peeron.
“;
echo “
Color | Number | Name |
![]() |
“.mysql_result($resultcolors,$i,”LEGOId”).” | “.mysql_result($resultcolors,$i,”LEGOName”).” |
“;
}
else {
echo “No colors were found… yet
Check back regularly to see updates.”;
}
?>