Split the first line up on two lines and it will work.
You have to either have a space between the start tag and the comment or put the comment on a separat line.
PHP Code:
<?php// Script Date: 09 Jan 2004
change it to:
PHP Code:
<?php
// Script Date: 09 Jan 2004