Skip to main content
Mod Removes Wiki by Dennis
deleted 15 characters in body
Source Link

PHP 152132 chars =]

$i=100;while($i>0)echo"$i bottles of beer on$e='bottles of beer';$x='on the wall,wall';$i=100;while($i>0)echo"$i $i$e bottles$x, of$i beer$e. Take one down and pass it around,  ". --$i." bottles of beer on the$e wall$x. "; 

PHP 152 chars =]

$i=100;while($i>0)echo"$i bottles of beer on the wall, $i bottles of beer. Take one down and pass it around, ". --$i." bottles of beer on the wall. "; 

PHP 132 chars =]

 $e='bottles of 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. "; 
Source Link

PHP 152 chars =]

$i=100;while($i>0)echo"$i bottles of beer on the wall, $i bottles of beer. Take one down and pass it around, ". --$i." bottles of beer on the wall. "; 
Post Made Community Wiki by Korvin Szanto