Heavy Rotation by Chris

<?$a=array(str_repeat('I want you!     ',49),str_repeat(' I need you!    ',49),str_repeat('  I love you!   ',49));for($i=0;++$i<49;print(substr($a[0],$i,16)."\n".substr($a[1],$i,16)."\n".substr($a[2],$i,16)."\n\n"))array_push($a,array_shift($a));

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page