1; loop_count + ' bottles of beer on the wall
'; loop_count + ' bottles of beer!
'; 'You take one down, pass it around!
'; else: loop_count == 1; loop_count + ' bottle of beer on the wall
'; loop_count + ' bottle of beer!
'; 'You take it down, pass it around!
'; else: loop_count == 0; 'No bottles of beer on the wall
'; 'No bottles of beer!
'; 'You go to the store, gets some more, 99 bottles of beer on the wall!
'; /if; '
'; /loop; ?>