Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
$i=100;while($i>0)echo"$ibottlesofbeeron$e='bottlesof beer';$x='on the wall,wall';$i=100;while($i>0)echo"$i$i$ebottles$x,of$ibeer$e. Take one down and pass it around, ".--$i." bottles of beer on the$ewall$x. ";
PHP 152 chars =]
$i=100;while($i>0)echo"$ibottlesofbeeron the wall,$ibottlesofbeer. Take one down and pass it around, ".--$i." bottles of beer on thewall. ";
PHP 132 chars =]
$e='bottlesof beer';$x='on the wall';$i=100;while($i>0)echo"$i$e$x,$i$e. Take one down and pass it around, ".--$i." $e$x. ";