Valid HTML 4.01 Transitional Valid CSS!

Image which shows when Scoochi2 was last online

99 Bottles of Beer

This is my page for different versions of '99 Bottles of Beer' in different languages. Please choose a language below (in order of when I added them).

$bottles = 99;

while ($bottles >= 1)
	{
	echo "$bottles bottle";
	if ($bottles != 1)
		echo "s";
	echo " of beer on the wall, $bottles bottle";
	if ($bottles != 1)
		echo "s";
	echo " of beer.<br>Take one down and pass it around, ";
	$bottles -= 1;
	if ($bottles != 0)
		{
		echo "$bottles bottle";
		if ($bottles != 1)
			echo "s";
		echo " of beer on the wall.";
		}
	else echo "no more bottles of beer on the wall.";
	echo "<br><br>";
	}
echo "No more bottles of beer on the wall, no more bottles of beer.<br>";
echo "Go to the store and buy some more, 99 bottles of beer on the wall.";


Total number of visitors: