Batman in PHP

March 05, 2012

Here's how to sing the 60s Adam West Batman theme, written in php:

<?php

for ($i = 1; $i <= 16; $i++;) {
sing ('Na');
}
sing ('Batman!');

?>

(Making that code look right was a lot more trouble than this stupid joke was worth.)