<?php
$f = file_get_contents(__file__);
foreach (array(155, 3, 19, 4, 6, 11, 1, 10, 6, 35, 40, 4) as $pos) {
  echo $f[$pos + $prev];
  $prev += $pos;
}

#Hope you enjoyed this little demonstration. We have
#no desire to join you, but I hope this at least
#makes your week a little less mundane!
?>

You can view this in action at hello.php.