(Inspired by beerandblog.com)

About Root Beer Blog

Beer and Blog is a weekly meet up based on bloggers helping bloggers over beers. About Beer & Blog

99 Bottles of Beer in code

News

Chapters

Our Club Song

Hi there, the answer to life, the universe, and everything is: "; # print 3/2; # print "

"; for ($i = 999; $i > 0; $i--) { print "

"; print "$i bottles of beer on the wall, "; print "$i bottles of beer. "; print "Take one down and pass it around, "; print ($i - 1) . " bottles of beer on the wall."; print "

\n"; } ?>