I've got a PHP script that should be executed from the command prompt. Currently I'd have to do something like:

/pathtophpbinary/php /pathtophpscript/harvest.php

I'm just wondering if it's possible to put a command on the first line of harvest.php to allow the shell to automatically pick up what interpreter to use...like you'd put on the first line of a Perl script?